Niklas Wagner
Niklas Wagner
Looks like Baikal supports a YAML config. You can probably pass this to the correct location within the folder. https://github.com/sabre-io/Baikal/blob/master/config/baikal.yaml.dist
Hi @koba1t, thanks for taking your time. The current implementation causes inconsistent YAML files. Defining the namespace within helmCharts is often not possible. For example, when ArgoCD dynamically sets the...
This would be wonderful to have in k0s. Talos (a dedicated kubernetes OS) provides this as well out of the box: https://www.talos.dev/v1.6/talos-guides/network/vip/ It might be useful to see how they...
Looks like this is already in progress, exciting #4181
This is basically blocked by https://github.com/esphome/feature-requests/issues/1397 Looks like some progress happened, but not much.
At least for me, using the latest release 0.32, it works as expected for the ArgoCD ApplicationSet Custom Resource. 
This issue thread is perplexing because everyone is talking about a different thing. When you have issue Validating a Custom Resource like ServiceMonitor or Certificate: Add this to your command...
@CyDickey-msr you can also use `{{.NormalizedKubernetesVersion}}` in the template and define the version in kubeconform using `-kubernetes-version`. The final arguments should look like this: ``` -kubernetes-version="your-version" -schema-location default -schema-location https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json...
It would be wonderful to get this merged. /cc @lukasmatena @bubnikv @enricoturri1966 @alranel
A user account with in the users group. I'm using the same account in other containers without any issues (linuxserver/syncthing for example) ``` root@OMV-NAS:/# id niklas uid=1000(niklas) gid=100(users) Gruppen=100(users) root@OMV-NAS:/#...