-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Add support for --set on cli #266
Comments
Thats an interesting idea ... |
Feature implemented in #267 In additional to
I have also implement
for wrapper-less environments like ArgoCD. Do you have a chance to test this?
I would also much appreciate it, if you could look at the documentation, e.g. its enough documented form user perspective. |
That was fast! I configured all of this, using your documentation, and it's very complete. |
Problem Statement
I would like to be able to provide the vals backend path to the helm chart as
--set
command eg:helm secrets template bitnami/mysql --name-template mysql --set auth.rootPassword=ref+vault://secret/mysql#/rootPassword
Currently the value is not replaced with the value from vault.
Proposed Solution
support
--set
optionEnvironment
Additional information
No response
Acceptance Criteria
No response
The text was updated successfully, but these errors were encountered: