More options for setting/overriding values
Files
2+ 2
− 2
@@ -28,7 +28,7 @@ if [[ ${PIPESTATUS[0]} -ne 4 ]]; then
@@ -58,7 +58,7 @@ while true; do
This merge request is about adding the options -f|--values
as available with helm install
(c.f. https://docs.helm.sh/helm/#helm-install)
Moreover the order of -f|--values|-s|--set|--set-string
will be retained since later values override earlier ones.
So this should for example enable the possibility to specify default values using -f|--values
and override selected values using -s|--set|--set-string
.