Marco Lecheler
Marco Lecheler
Fix typo in help
In the helm chart most indentation are not used the same way. e.g. sometimes the `env` is specified without indentation: https://github.com/microservices-demo/microservices-demo/blob/9bffa02d273568b8bddaeaa9e5a3ef6a045b4151/deploy/kubernetes/helm-chart/templates/front-end-dep.yaml#L27-L29 but sometimes with: https://github.com/microservices-demo/microservices-demo/blob/9bffa02d273568b8bddaeaa9e5a3ef6a045b4151/deploy/kubernetes/helm-chart/templates/catalogue-db-dep.yaml#L21-L25 This PR will change the...
The helm chart uses a non existing value from `values.yaml`. This PR will change it to the correct value name.
change helm ingress template to use value instead of template. ## issue As in the _values.yml_ described a `ingress.host` can be defined: https://github.com/microservices-demo/microservices-demo/blob/9bffa02d273568b8bddaeaa9e5a3ef6a045b4151/deploy/kubernetes/helm-chart/values.yaml#L13-L17 When changing this value in a custom...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik-helm-chart/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
Hello everyone, I just tested this action and find it very useful. When using the `ct install` inside a workflow I have a problem with the [dependencies](https://helm.sh/docs/helm/helm_dependency/#helm-dependency). The chart that...
if behind a proxy
**Describe the bug** On the readthedocs.io documentation page the codeblock of [Kubernetes Authentication](https://argocd-vault-plugin.readthedocs.io/en/stable/backends/#kubernetes-authentication) will not be displayed correctly. I think this happens because the codeblock is inside a ordered list....
**Describe the bug** The documentation (e.g. [`v1.12.0`](https://github.com/argoproj-labs/argocd-vault-plugin/blob/v1.12.0/docs/installation.md)) uses `AVP_VERSION` in different version as [selected](https://argocd-vault-plugin.readthedocs.io/en/v1.12.0/installation/) or [latest](https://argocd-vault-plugin.readthedocs.io/en/latest/). **To Reproduce** See examples from [`v1.12.0`](https://github.com/argoproj-labs/argocd-vault-plugin/blob/v1.12.0/docs/installation.md): https://github.com/argoproj-labs/argocd-vault-plugin/blob/9c7288a5b2d395fea19c1100f2cd07b547cc1ee2/docs/installation.md?plain=1#L82-L83 https://github.com/argoproj-labs/argocd-vault-plugin/blob/9c7288a5b2d395fea19c1100f2cd07b547cc1ee2/docs/installation.md?plain=1#L118 https://github.com/argoproj-labs/argocd-vault-plugin/blob/9c7288a5b2d395fea19c1100f2cd07b547cc1ee2/docs/installation.md?plain=1#L192-L193 https://github.com/argoproj-labs/argocd-vault-plugin/blob/9c7288a5b2d395fea19c1100f2cd07b547cc1ee2/docs/installation.md?plain=1#L277 **Expected behavior** The selected...
### Description Currently only the `avp` (sidecar) container uses the user `999`. But the same image is used for the initContainer `download-tools`. It might be good to use the same...