You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use ct install in helm dry-run mode. Trying to do that using ct install --debug --helm-extra-args="--dry-run=server --debug" --target-branch main will fail because the arguments are also applied to other helm commands like helm test and helm uninstall which don't recognise the dry-run argument.
Maybe an option --helm-install-extra-args is needed?
The text was updated successfully, but these errors were encountered:
I'd like to use
ct install
in helm dry-run mode. Trying to do that usingct install --debug --helm-extra-args="--dry-run=server --debug" --target-branch main
will fail because the arguments are also applied to other helm commands likehelm test
andhelm uninstall
which don't recognise the dry-run argument.Maybe an option
--helm-install-extra-args
is needed?The text was updated successfully, but these errors were encountered: