diff --git a/bin/helm-deploy b/bin/helm-deploy index 17f48fa5..f89c9f6e 100755 --- a/bin/helm-deploy +++ b/bin/helm-deploy @@ -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