helm-ssm
helm-ssm copied to clipboard
A low dependency tool for retrieving and injecting secrets from AWS SSM into Helm
Since a lot of things have been changed in the recently released version 3 of Helm, it seems likely that work will be needed for the SSM plugin to support...
Hello, When loading multiple values files containing the same key name but different contents, running `helm install` merges the dictionaries, but the `helm-ssm` plugin does not. **How to reproduce:** *...
Allow to use helm-diff plugin together with helm-ssm. As en example: "helm ssm diff upgrade argo-cd ./stable/argo-cd"
Hi, I have something like this because I'm using sub charts global: db: service_1: {{ssm /path/to/secret1 region}} the secret is resolved, however, the --set command is not able to interpret...