Skip to content

Commit

Permalink
Removed extra {{end}} (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahtr authored and azun committed Aug 9, 2023
1 parent 265de88 commit a4b2d6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: external-dns
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
type: application
version: 1.13.0-20230808-0900-adobe
version: 1.13.0-20230809-1331-adobe
appVersion: 0.13.5-20230727-1700-adobe
keywords:
- kubernetes
Expand Down
1 change: 0 additions & 1 deletion charts/external-dns/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ spec:
- --namespace={{ .Release.Namespace }}
{{- end }}
{{- end }}
{{- end }}
{{- range .Values.sources }}
- --source={{ . }}
{{- end }}
Expand Down

0 comments on commit a4b2d6d

Please sign in to comment.