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: ...@@ -8,6 +8,8 @@ global:
configureCertmanager: false configureCertmanager: false
tls: tls:
secretName: tls-cert secretName: tls-cert
initialRootPassword:
secret: shared-gitlab-initial-root-password
certmanager: certmanager:
install: false install: false
gitlab: gitlab:
...@@ -26,8 +28,6 @@ gitlab: ...@@ -26,8 +28,6 @@ gitlab:
mailroom: mailroom:
enabled: false enabled: false
migrations: migrations:
initialRootPassword:
secret: shared-gitlab-initial-root-password
resources: resources:
requests: requests:
cpu: 350m 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