lib/gitlab/qa/scenario/test/integration/kubernetes.rb in gitlab-qa-6.23.0 vs lib/gitlab/qa/scenario/test/integration/kubernetes.rb in gitlab-qa-7.0.0

- old
+ new

@@ -19,10 +19,10 @@ tunnel_gitlab.gitlab_hostname = gitlab.hostname tunnel_gitlab.network = 'test' tunnel_registry.gitlab_hostname = gitlab.hostname tunnel_registry.network = 'test' - gitlab.omnibus_config = <<~OMNIBUS + gitlab.omnibus_configuration << <<~OMNIBUS external_url '#{tunnel_gitlab.url}'; nginx['listen_port'] = 80; nginx['listen_https'] = false; registry_external_url '#{tunnel_registry.url}';