Loading src/bin/auto-deploy +4 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ set -e [[ "$TRACE" ]] && set -x set -x export AUTO_DEPLOY_ENVIRONMENT_VALUES_FILE=/tmp/auto-deploy-environment-values.yaml export RELEASE_NAME=${HELM_RELEASE_NAME:-$CI_ENVIRONMENT_SLUG} Loading @@ -12,6 +12,8 @@ export ASSETS_DIR='/assets' export ASSETS_CHART_DIR="${ASSETS_DIR}/auto-deploy-app" export ROLLOUT_RESOURCE_TYPE="${ROLLOUT_RESOURCE_TYPE:-deployment}" kubectl config view if [[ -z "$KUBE_NAMESPACE" ]]; then context_namespace=$(kubectl config view --minify -o jsonpath='{..namespace}') if [[ -n "$context_namespace" ]]; then Loading Loading
src/bin/auto-deploy +4 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ set -e [[ "$TRACE" ]] && set -x set -x export AUTO_DEPLOY_ENVIRONMENT_VALUES_FILE=/tmp/auto-deploy-environment-values.yaml export RELEASE_NAME=${HELM_RELEASE_NAME:-$CI_ENVIRONMENT_SLUG} Loading @@ -12,6 +12,8 @@ export ASSETS_DIR='/assets' export ASSETS_CHART_DIR="${ASSETS_DIR}/auto-deploy-app" export ROLLOUT_RESOURCE_TYPE="${ROLLOUT_RESOURCE_TYPE:-deployment}" kubectl config view if [[ -z "$KUBE_NAMESPACE" ]]; then context_namespace=$(kubectl config view --minify -o jsonpath='{..namespace}') if [[ -n "$context_namespace" ]]; then Loading