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

Commit 0ea4367

Browse files
javipolodavidmccormick
authored andcommitted
Add proper indentation to extra CoreDNS config (#1814)
1 parent b2b2335 commit 0ea4367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3430,7 +3430,7 @@ write_files:
34303430
fallthrough in-addr.arpa ip6.arpa
34313431
}
34323432
{{- if and (eq .KubeDns.Provider "coredns") .KubeDns.ExtraCoreDNSConfig }}
3433-
{{ .KubeDns.ExtraCoreDNSConfig }}
3433+
{{ .KubeDns.ExtraCoreDNSConfig | indent 16 }}
34343434
{{- end }}
34353435
prometheus :9153
34363436
proxy . /etc/resolv.conf

0 commit comments

Comments
 (0)