Skip to content

Commit

Permalink
fix(coredns): remove coredns custom config field from helm values
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Feb 19, 2024
1 parent c020ad9 commit 9c5ecc5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions controllers/pkg/helm/submariner_operator_values.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
// },
}
}

Expand Down

0 comments on commit 9c5ecc5

Please sign in to comment.