From e3f34b1aac55fa244c62e1ecf1b6ae2f9f0533da Mon Sep 17 00:00:00 2001 From: rahtr <31742059+rahtr@users.noreply.github.com> Date: Wed, 9 Aug 2023 06:30:02 -0400 Subject: [PATCH] Removed extra {{end}} (#9) --- charts/external-dns/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/external-dns/templates/deployment.yaml b/charts/external-dns/templates/deployment.yaml index 647d788909..3c6ce947e1 100644 --- a/charts/external-dns/templates/deployment.yaml +++ b/charts/external-dns/templates/deployment.yaml @@ -83,7 +83,6 @@ spec: - --namespace={{ .Release.Namespace }} {{- end }} {{- end }} - {{- end }} {{- range .Values.sources }} - --source={{ . }} {{- end }}