Skip to content

Commit 055386d

Browse files
authored
fix: remove errant call to detect_helm_2 (#453)
1 parent 41efc85 commit 055386d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/helm-deploy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ CI_REF="${CI_REF:-$CI_BRANCH}"
1212
CI_REF=$(echo "${CI_REF}" | tr / _)
1313

1414
if [ "${HELM_TEMPLATE_ONLY}" != "true" ]; then
15-
detect_helm_2
1615
if [[ ! $(kubectl get namespace "$NAMESPACE") ]]; then
1716
rok8s_echo "Creating ${NAMESPACE} namespace"
1817
# shellcheck disable=SC2086

0 commit comments

Comments
 (0)