You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chart/k8gb/templates/external-dns/external-dns.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ spec:
26
26
{{- $dnsZones := split ";" $dnsZonesRaw }}
27
27
{{- range $dnsZones }}
28
28
{{- $parts := split ":" . }}
29
-
{{- $zone := index $parts "_0" }}
30
-
- --domain-filter={{ $zone }} # will make ExternalDNS see only the hosted zones matching provided domain, omit to process all available hosted zones
29
+
{{- $parentZone := index $parts "_0" }}
30
+
- --domain-filter={{ $parentZone }} # will make ExternalDNS see only the hosted zones matching provided domain, omit to process all available hosted zones
31
31
{{- end }}
32
32
- --policy=sync # enable full synchronization including record removal
0 commit comments