Skip to content

Fix helm value used for review app default password secret name

Albert Salim requested to merge 39144-fix-review-app-default-password into master

What does this MR do?

Fix helm value used for review app default password secret name.

The migration job spec https://gitlab.com/gitlab-org/charts/gitlab/blob/master/charts/gitlab/charts/migrations/templates/_jobspec.yaml#L138 looks for secret name defined in template "gitlab.migrations.initialRootPassword.secret".

This template (https://gitlab.com/gitlab-org/charts/gitlab/blob/master/templates/_migrations.tpl#L7) uses the value in .Values.global.initialRootPassword.secret, not .Values.gitlab.migrations.initialRootPassword.secret.

/cc @kwiebers

Closes #39144

Edited by Albert Salim

Merge request reports