Closed RAbraham closed 4 years ago
Hi @RAbraham, yeah, this feature will be a part of the upcoming 7.0 release, sorry about the confusion. I'll add a note to the docs.
In 6.x versions what you could do is use the --config
parameter to pass arbitrary Kubernetes resources which will be created in the cluster. So you could create, say, a ConfigMap with your custom values, pass it via --config
parameter and have your install hook mount the ConfigMap and consume values from it.
Let me know if you have any questions.
Hi, Environment:
The documentation mentions that I can use
--values
and--set
during the install processBut it gives me an error to use it.
Look in the help for install, I don't see those options? Is there any other way to pass this info?