Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm wrapper doesn't process args of the form --value=my_sops_file.yaml #32

Closed
tyrken opened this issue Aug 28, 2020 · 2 comments · Fixed by #34
Closed

helm wrapper doesn't process args of the form --value=my_sops_file.yaml #32

tyrken opened this issue Aug 28, 2020 · 2 comments · Fixed by #34

Comments

@tyrken
Copy link

tyrken commented Aug 28, 2020

Just hit a minor issue with this otherwise very useful fork (not sure if fork specific) - it doesn't spot the alternative form of specifying --values arguments where you use an equals sign between option and optarg. I.e. the first line works:

helm secrets template myrelease myrepo/mychart --values my_sops_file.yaml
helm secrets template myrelease myrepo/mychart --values=my_sops_file.yaml

... whereas the second invisibly skips decryption (i.e. inserts ciphertext values instead of plaintext). Hopefully you can extend the arg processing in helm.sh...

@jkroepke
Copy link
Owner

Thanks for the hint!

@tyrken
Copy link
Author

tyrken commented Aug 28, 2020

Thanks - working now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants