We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41efc85 commit 055386dCopy full SHA for 055386d
bin/helm-deploy
@@ -12,7 +12,6 @@ CI_REF="${CI_REF:-$CI_BRANCH}"
12
CI_REF=$(echo "${CI_REF}" | tr / _)
13
14
if [ "${HELM_TEMPLATE_ONLY}" != "true" ]; then
15
- detect_helm_2
16
if [[ ! $(kubectl get namespace "$NAMESPACE") ]]; then
17
rok8s_echo "Creating ${NAMESPACE} namespace"
18
# shellcheck disable=SC2086
0 commit comments