helm-classic icon indicating copy to clipboard operation
helm-classic copied to clipboard

Support configuring values.toml values using arguments to helm install or generate

Open prydonius opened this issue 9 years ago • 1 comments

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?

prydonius avatar Apr 09 '16 00:04 prydonius

We are working on this now!

technosophos avatar Apr 14 '16 16:04 technosophos