Commit b7951d68 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '53621-review-app-credentials-does-not-reliably-work' into 'master'

Ensure we create the secrets at the right time

Closes #53621

See merge request gitlab-org/gitlab-ce!22938
parents 8d74ef33 f7f42cf3
......@@ -954,7 +954,6 @@ review:
- download_gitlab_chart
- ensure_namespace
- install_tiller
- create_secret
- install_external_dns
- deploy
environment:
......
......@@ -126,6 +126,9 @@ function deploy() {
delete
cleanup
fi
create_secret
helm repo add gitlab https://charts.gitlab.io/
helm dep update .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment