[stable/external-dns] Fix wrong flag for RFC2136 without TSIG (#12596) (#12598)

Signed-off-by: Christian Mösl <christian.moesl@live.at>
This commit is contained in:
Christian Mösl
2019-04-30 15:48:59 -07:00
committed by Kubernetes Prow Robot
parent fe7b03c8d7
commit f9eb06c0b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ description: |
Configure external DNS servers (AWS Route53, Google CloudDNS and others)
for Kubernetes Ingresses and Services
name: external-dns
version: 1.7.4
version: 1.7.5
appVersion: 0.5.13
home: https://github.com/kubernetes-incubator/external-dns
sources:
@@ -104,7 +104,7 @@ spec:
- --rfc2136-tsig-axfr
{{- end }}
{{- else }}
- --rfc2136-insecure=false
- --rfc2136-insecure
{{- end }}
{{- end }}
volumeMounts: