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

Commit 75a50f6

Browse files
javipolodavidmccormick
authored andcommitted
Add proper indentation to extra CoreDNS config (#1815)
1 parent 06a2131 commit 75a50f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/files/userdata/cloud-config-controller

+1-1
Original file line numberDiff line numberDiff line change
@@ -3913,7 +3913,7 @@ write_files:
39133913
health_check 5s
39143914
}
39153915
{{- if and (eq .KubeDns.Provider "coredns") .KubeDns.ExtraCoreDNSConfig }}
3916-
{{ .KubeDns.ExtraCoreDNSConfig }}
3916+
{{ .KubeDns.ExtraCoreDNSConfig | indent 16 }}
39173917
{{- end }}
39183918
prometheus :9153
39193919
cache {{ .KubeDns.TTL }}

0 commit comments

Comments
 (0)