mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/external-dns] Allow empty value for zoneType filter
zoneType empty value allow creation domains in both zones (https://github.com/kubernetes-sigs/external-dns/blob/master/provider/zone_type_filter.go#L42) at the same time. Co-authored-by: Bartosz Cisek <bartosz.cisek@ebury.com>
This commit is contained in:
@@ -24,4 +24,4 @@ sources:
|
||||
- https://github.com/kubernetes-sigs/external-dns
|
||||
- https://github.com/bitnami/bitnami-docker-external-dns
|
||||
- https://github.com/kubernetes-sigs/external-dns
|
||||
version: 5.4.4
|
||||
version: 5.4.5
|
||||
|
||||
@@ -146,9 +146,7 @@ spec:
|
||||
{{- if .Values.aws.apiRetries }}
|
||||
- --aws-api-retries={{ .Values.aws.apiRetries }}
|
||||
{{- end }}
|
||||
{{- if .Values.aws.zoneType }}
|
||||
- --aws-zone-type={{ .Values.aws.zoneType }}
|
||||
{{- end }}
|
||||
{{- if .Values.aws.assumeRoleArn }}
|
||||
- --aws-assume-role={{ .Values.aws.assumeRoleArn }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user