Skip to content

Commit 938ca77

Browse files
authored
Merge pull request #2353 from Jonomir/master
helm chart respect registry value if not equal to txt
2 parents c050cbd + 3c39ea2 commit 938ca77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/external-dns/Chart.yaml

+1-1
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.3.1
5+
version: 1.3.2
66
appVersion: 0.10.0
77
keywords:
88
- kubernetes

charts/external-dns/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ spec:
5959
- --source={{ . }}
6060
{{- end }}
6161
- --policy={{ .Values.policy }}
62+
- --registry={{ .Values.registry }}
6263
{{- if eq .Values.registry "txt" }}
6364
{{- if .Values.txtOwnerId }}
6465
- --txt-owner-id={{ .Values.txtOwnerId }}
6566
{{- end }}
66-
- --registry={{ .Values.registry }}
6767
{{- if .Values.txtPrefix }}
6868
- --txt-prefix={{ .Values.txtPrefix }}
6969
{{- end }}

0 commit comments

Comments
 (0)