We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab04e1 commit d8fdbdfCopy full SHA for d8fdbdf
scripts/migration/helm.sh
@@ -13,7 +13,7 @@ helm_do() {
13
log_fatal "Second argument must be a helm operation, not an option"
14
fi
15
16
- if [[ "${CK8S_DRY_RUN_INSTALL}" == "true" ]]; then
+ if [[ "${CK8S_DRY_RUN_INSTALL:-"false"}" == "true" ]]; then
17
# List of common Helm subcommands that generally DO NOT support --dry-run
18
case "${command}" in
19
get | list | ls | history | diff | repo | search | show | status | test | version) ;;
0 commit comments