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

Add proper indentation to extra CoreDNS config #1813

Merged
merged 1 commit into from
Jan 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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