Skip to content

Port of '38542-application-control-panel-in-settings-page' to EE

Port of gitlab-org/gitlab-ce!19172 to EE to resolve conflicts.

The only major difference worth noting is a notice in the EE version that cautions against setting up a domain name in conjunction with multiple Kubernestes clusters.

app/views/projects/settings/ci_cd/_autodevops_form.html.haml:

            .form-text.text-muted
              = s_('CICD|Do not set up a domain here if you are setting up multiple Kubernetes clusters with Auto DevOps.')
              = link_to icon('question-circle'), help_page_path('topics/autodevops/index.md', anchor: 'using-multiple-kubernetes-clusters'), target: '_blank'

Merge request reports