helm-classic
helm-classic copied to clipboard
Support configuring values.toml values using arguments to helm install or generate
We feel there are currently a lot of steps in current workflow: fetching a chart, editing values.toml, generating and installing. A potential idea to improve this could be to allow generating the templates taking in arguments passed to the command line.
As an example, for our Redmine chart, I could configure my user and install in one step using something like:
helm install bitnami/redmine -- --redmineUser=adnan --redminePassword=test
Thoughts on this?
We are working on this now!