Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit b2b2335

Browse files
jorge07davidmccormick
authored andcommitted
Fix ExtraCoreDNSConfig typo in stack template (#1806)
1 parent 2ea5c74 commit b2b2335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/controlplane/config/templates/cloud-config-controller

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3429,8 +3429,8 @@ write_files:
34293429
upstream
34303430
fallthrough in-addr.arpa ip6.arpa
34313431
}
3432-
{{- if and (eq .KubeDns.Provider "coredns") .KubeDns.extraCoreDNSConfig }}
3433-
{{ .KubeDns.extraCoreDNSConfig }}
3432+
{{- if and (eq .KubeDns.Provider "coredns") .KubeDns.ExtraCoreDNSConfig }}
3433+
{{ .KubeDns.ExtraCoreDNSConfig }}
34343434
{{- end }}
34353435
prometheus :9153
34363436
proxy . /etc/resolv.conf

0 commit comments

Comments
 (0)