Skip to content

Commit a4b2d6d

Browse files
rahtrazun
authored andcommitted
Removed extra {{end}} (#9)
1 parent 265de88 commit a4b2d6d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

charts/external-dns/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: external-dns
33
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
44
type: application
5-
version: 1.13.0-20230808-0900-adobe
5+
version: 1.13.0-20230809-1331-adobe
66
appVersion: 0.13.5-20230727-1700-adobe
77
keywords:
88
- kubernetes

charts/external-dns/templates/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ spec:
8383
- --namespace={{ .Release.Namespace }}
8484
{{- end }}
8585
{{- end }}
86-
{{- end }}
8786
{{- range .Values.sources }}
8887
- --source={{ . }}
8988
{{- end }}

0 commit comments

Comments
 (0)