diff --git a/controllers/pkg/helm/submariner_operator_values.go b/controllers/pkg/helm/submariner_operator_values.go index 99d683c..ef8c028 100644 --- a/controllers/pkg/helm/submariner_operator_values.go +++ b/controllers/pkg/helm/submariner_operator_values.go @@ -31,10 +31,11 @@ func getSubmarinerDefault() Submariner { CableDriver: "wireguard", HealthCheckEnabled: true, GlobalCIDR: "", - CoreDNSCustomConfig: CoreDNSCustomConfig{ - ConfigMapName: "coredns-coredns", - Namespace: "coredns", - }, + // not a safe way to indicate CoreDNS + // CoreDNSCustomConfig: CoreDNSCustomConfig{ + // ConfigMapName: "coredns-coredns", + // Namespace: "coredns", + // }, } }