diff --git a/pkg/controllers/localbuild/controller.go b/pkg/controllers/localbuild/controller.go index f89f81e0..74fc89de 100644 --- a/pkg/controllers/localbuild/controller.go +++ b/pkg/controllers/localbuild/controller.go @@ -24,7 +24,7 @@ const ( EmbeddedGitServerName string = "embedded" gitServerResourceName string = "gitserver" gitServerDeploymentContainerName string = "httpd" - gitServerIngressHostnameBase string = ".idpbuilder.cnoe.io.localtest.me" + gitServerIngressHostnameBase string = ".cnoe.localtest.me" repoUrlFmt string = "http://%s.%s.svc/idpbuilder-resources.git" )