We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1552d39 commit dd51e0bCopy full SHA for dd51e0b
migration/template/prepare/00-template.sh
@@ -6,6 +6,8 @@ ROOT="$(readlink -f "${HERE}/../../../")"
6
# shellcheck source=scripts/migration/lib.sh
7
source "${ROOT}/scripts/migration/lib.sh"
8
9
+: "${CK8S_DRY_RUN_INSTALL:=false}"
10
+
11
# functions currently available in the library:
12
# - logging:
13
# - log_info(_no_newline) <message>
0 commit comments