Skip to content

Commit

Permalink
Merge pull request #1946 from neogopher/bugfix-chart-resolvedns
Browse files Browse the repository at this point in the history
bugfix(chart): enable fallthrough for cluster.local queries only when .Values.networking.advanced.fallbackHostCluster is true
  • Loading branch information
FabianKramm authored Jul 18, 2024
2 parents c082311 + db899a4 commit 2c215db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/_coredns.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Corefile: |-
kubeconfig /data/vcluster/admin.conf
{{- end }}
pods insecure
{{- if or .Values.networking.advanced.fallbackHostCluster (and .Values.controlPlane.coredns.embedded .Values.networking.resolveDNS) }}
{{- if .Values.networking.advanced.fallbackHostCluster }}
fallthrough cluster.local in-addr.arpa ip6.arpa
{{- else }}
fallthrough in-addr.arpa ip6.arpa
Expand Down

0 comments on commit 2c215db

Please sign in to comment.