We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c050cbd + 3c39ea2 commit 938ca77Copy full SHA for 938ca77
charts/external-dns/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: external-dns
3
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
4
type: application
5
-version: 1.3.1
+version: 1.3.2
6
appVersion: 0.10.0
7
keywords:
8
- kubernetes
charts/external-dns/templates/deployment.yaml
@@ -59,11 +59,11 @@ spec:
59
- --source={{ . }}
60
{{- end }}
61
- --policy={{ .Values.policy }}
62
+ - --registry={{ .Values.registry }}
63
{{- if eq .Values.registry "txt" }}
64
{{- if .Values.txtOwnerId }}
65
- --txt-owner-id={{ .Values.txtOwnerId }}
66
- - --registry={{ .Values.registry }}
67
{{- if .Values.txtPrefix }}
68
- --txt-prefix={{ .Values.txtPrefix }}
69
0 commit comments