Commit 5b3d0af6 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: GitLab misspelled

parent c3fc6bcf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"