Skip to content

Draft: Skip validation of main_clusterwide database_tasks to share with main

What does this MR do and why?

Skip validation of main_clusterwide database_tasks to share with main

We skip this validation if the database connection is allowed to be cross-cell.

This allows a second GDK to be configured without having to set GITLAB_VALIDATE_DATABASE_CONFIG=0

main:
  database: gitlabhq_development
  host: this-gdk-host
main_clusterwide:
  database_tasks: false
  database: gitlabhq_development
  host: some-other-gdk-host

Related issue: #412280

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Thong Kuah

Merge request reports