Skip to content

Commit

Permalink
fix: remove errant call to detect_helm_2 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudermanjr authored May 23, 2024
1 parent 41efc85 commit 055386d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/helm-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CI_REF="${CI_REF:-$CI_BRANCH}"
CI_REF=$(echo "${CI_REF}" | tr / _)

if [ "${HELM_TEMPLATE_ONLY}" != "true" ]; then
detect_helm_2
if [[ ! $(kubectl get namespace "$NAMESPACE") ]]; then
rok8s_echo "Creating ${NAMESPACE} namespace"
# shellcheck disable=SC2086
Expand Down

0 comments on commit 055386d

Please sign in to comment.