Commit 3832a8ad authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '39144-fix-review-app-default-password' into 'master'

Fix helm value used for review app default password secret name

Closes #39144

See merge request gitlab-org/gitlab!21469
parents 4dec0635 e2ac4977
......@@ -8,6 +8,8 @@ global:
configureCertmanager: false
tls:
secretName: tls-cert
initialRootPassword:
secret: shared-gitlab-initial-root-password
certmanager:
install: false
gitlab:
......@@ -26,8 +28,6 @@ gitlab:
mailroom:
enabled: false
migrations:
initialRootPassword:
secret: shared-gitlab-initial-root-password
resources:
requests:
cpu: 350m
......
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