Skip to content

configure registry in `pre` to use cloud sql db

Graeme Gillies requested to merge ggillies/enable-registry-db-in-pre into master

What does this MR do?

This is part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/11800 and another attempt at !730 (merged) with the following differences

  • registry.password.secret is set to registry-postgresql-password-v1 to match the actual secret name
  • Inside secret registry-postgresql-password-v1 the password is stored with the key password instead of key secret, as this is what the helm chart defaults to expecting.

Author Check-list

Please read the Contributing document and once you do, complete the following:

  • Assign to the correct reviewer per the contributing document
  • Apply the correct metadata per the contributing document

Reviewer Check-list

  • Reviewed the diff jobs to confirm changes are as expected
  • Are there changes shown in the diffs unassociated with this MR? - This may require a rebase or further investigation
Edited by John Skarbek

Merge request reports