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

Commit

Permalink
Add proper indentation to extra CoreDNS config (#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
javipolo authored and davidmccormick committed Jan 4, 2020
1 parent 3f0b254 commit 9e197df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/files/userdata/cloud-config-controller
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9e197df

Please sign in to comment.