Andreas Lindhé
Andreas Lindhé
When creating a new registry, it sometimes gets prefixed with `k3d` (i.e. [`DefaultObjectNamePrefix`](https://github.com/k3d-io/k3d/blob/72726ef6082b20a027fef3c64220f3d7daf6ce14/pkg/types/defaults.go#L40-L41)) and sometimes not. This inconsistency should be fixed for a better user experience. Running the following creates...
### Name and Version bitnami/opensearch ### What architecture are you using? None ### What steps will reproduce the bug? There's a typo here: https://github.com/bitnami/containers/blob/9f11aeb3ce86b29e491f309e7bee7d318bbf2059/bitnami/opensearch/README.md?plain=1#L201 ### What is the expected behavior?...
When adding a new group under "Users & Authentication > Groups", there is a list of roles that says "Roles not created by {vendor}": https://github.com/rancher/dashboard/blob/fec4ca64b73e2eb2fa0fee1b8d857c834e3c6537/shell/assets/translations/en-us.yaml#L4606  This, to me, sounds...
### What happened? I added two YAML files that had a resource collision. This correctly gave me an error saying that I "may not add resource with an already registered...
**Describe the bug** I just upgraded from Helm chart version 100.2402.0 to 100.2406.1. After the upgrade, I noticed that Argo CD still had a diff between desired state and live...
As mentioned in #457, the README for this project seems to [initially imply](https://github.com/databus23/helm-diff/blob/0211afd8378f755e40f20119bf8d1ca74a2b383c/README.md?plain=1#L8) that `helm upgrade --debug --dry-run` is used for producing the diff. But [later](https://github.com/databus23/helm-diff/blob/0211afd8378f755e40f20119bf8d1ca74a2b383c/README.md?plain=1#L155-L158), the README states that...
Hi! First of all, thank you for maintaining this project. I'm setting this up for the first time and have some questions. But I don't feel like questions belong in...
The Helm chart value `operatorLogLevel` is documented here: https://github.com/NetApp/trident/blob/ec1816ed17b6288f753b28ae8819c8fab9b6750f/helm/trident-operator/values.yaml#L64-L66 I tried setting it, but it seems to not appear anywhere in the rendered manifests. It seems to be used here,...
When opening multiple files with NeoVim, it seems like the virtual text mode of yaml-revealer only works in the last file instead of working for all open files. Example: -...
**What this PR does / why we need it**: This change adds configurable `livenessProbe` and `startupProbe` to the loki container in the write pods. **Which issue(s) this PR fixes**: Not...