From 74aae52046567bd33f0399666b91cbc73c2b65e5 Mon Sep 17 00:00:00 2001 From: Javi Polo Date: Fri, 3 Jan 2020 12:54:02 +0100 Subject: [PATCH] Add proper indentation to extra CoreDNS config --- builtin/files/userdata/cloud-config-controller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/files/userdata/cloud-config-controller b/builtin/files/userdata/cloud-config-controller index efc8075ef..cc355984b 100644 --- a/builtin/files/userdata/cloud-config-controller +++ b/builtin/files/userdata/cloud-config-controller @@ -3913,7 +3913,7 @@ write_files: health_check 5s } {{- if and (eq .KubeDns.Provider "coredns") .KubeDns.ExtraCoreDNSConfig }} - {{ .KubeDns.ExtraCoreDNSConfig }} +{{ .KubeDns.ExtraCoreDNSConfig | indent 16 }} {{- end }} prometheus :9153 cache {{ .KubeDns.TTL }}