feat(helm):Support reading the values file from STDIN
We can use the command like <pre>sed "s|foo|bar|g" values-template.yaml | helm install -f - stable/foo</pre> This may be helpful in scripting. Closes #2709
Showing
+8 -1
Please register or sign in to comment