From 80bd516d9cb7c7aae68396513d7e57e73c8a918a Mon Sep 17 00:00:00 2001 From: Kevin Richardson Date: Wed, 1 Jul 2020 09:59:31 -0400 Subject: [PATCH] Add proper indentation to additional zone 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 4f0da127f..f45ebc3d8 100644 --- a/builtin/files/userdata/cloud-config-controller +++ b/builtin/files/userdata/cloud-config-controller @@ -3905,7 +3905,7 @@ write_files: loadbalance } {{- if and (eq .KubeDns.Provider "coredns") .KubeDns.AdditionalZoneCoreDNSConfig }} - {{ .KubeDns.AdditionalZoneCoreDNSConfig }} +{{ .KubeDns.AdditionalZoneCoreDNSConfig | indent 12 }} {{- end }} {{- else }} - path: /srv/kubernetes/manifests/kube-dns-sa.yaml