Loading templates/gitlab-ci-helmfile.yml +1 −1 Original line number Diff line number Diff line Loading @@ -387,7 +387,7 @@ stages: kubectl config set-context --current --namespace="$kube_namespace" # Auto-create docker-registry secret for Gitlab deploy token # Auto-create docker-registry secret for GitLab deploy token if [[ -n "$CI_DEPLOY_USER" ]]; then pull_secret=${HELMFILE_IMAGE_PULL_SECRET_NAME:-gitlab-registry} log_info "--- Create registry pull secret: \\e[33;1m${pull_secret}\\e[0m" Loading Loading
templates/gitlab-ci-helmfile.yml +1 −1 Original line number Diff line number Diff line Loading @@ -387,7 +387,7 @@ stages: kubectl config set-context --current --namespace="$kube_namespace" # Auto-create docker-registry secret for Gitlab deploy token # Auto-create docker-registry secret for GitLab deploy token if [[ -n "$CI_DEPLOY_USER" ]]; then pull_secret=${HELMFILE_IMAGE_PULL_SECRET_NAME:-gitlab-registry} log_info "--- Create registry pull secret: \\e[33;1m${pull_secret}\\e[0m" Loading