Skip to content

Commit 191aeb1

Browse files
committed
apps: Add newline strip to node-local-dns configmap
This makes it possible to run helm diff --normalize-manifests without it causing a diff.
1 parent 954f637 commit 191aeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helmfile.d/charts/node-local-dns/templates/node-local-dns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ metadata:
5656
labels:
5757
addonmanager.kubernetes.io/mode: Reconcile
5858
data:
59-
Corefile: |
59+
Corefile: |-
6060
cluster.local:53 {
6161
errors {
6262
{{ .Values.errorConfig }}

0 commit comments

Comments
 (0)