From 9c5ecc59e100519492ed4ff73887af1038c661c2 Mon Sep 17 00:00:00 2001 From: tunahanertekin Date: Mon, 19 Feb 2024 11:02:58 +0300 Subject: [PATCH] fix(coredns): remove coredns custom config field from helm values --- controllers/pkg/helm/submariner_operator_values.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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", + // }, } }