diff --git a/pkg/asset/manifests/ingress.go b/pkg/asset/manifests/ingress.go index d20dc6a6a5b..0a17fba6682 100644 --- a/pkg/asset/manifests/ingress.go +++ b/pkg/asset/manifests/ingress.go @@ -53,7 +53,7 @@ func (ing *Ingress) Generate(dependencies asset.Parents) error { Kind: "Ingress", }, ObjectMeta: metav1.ObjectMeta{ - Name: "default", + Name: "cluster", // not namespaced }, Spec: configv1.IngressSpec{