From f9eb06c0b1d896cf61eaa0f23e0956a2c3af1972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=B6sl?= Date: Wed, 1 May 2019 00:48:59 +0200 Subject: [PATCH] [stable/external-dns] Fix wrong flag for RFC2136 without TSIG (#12596) (#12598) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Mösl --- stable/external-dns/Chart.yaml | 2 +- stable/external-dns/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/external-dns/Chart.yaml b/stable/external-dns/Chart.yaml index 3158987e97..248bd747db 100644 --- a/stable/external-dns/Chart.yaml +++ b/stable/external-dns/Chart.yaml @@ -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: diff --git a/stable/external-dns/templates/deployment.yaml b/stable/external-dns/templates/deployment.yaml index 5748851778..3c3b5cd1a8 100755 --- a/stable/external-dns/templates/deployment.yaml +++ b/stable/external-dns/templates/deployment.yaml @@ -104,7 +104,7 @@ spec: - --rfc2136-tsig-axfr {{- end }} {{- else }} - - --rfc2136-insecure=false + - --rfc2136-insecure {{- end }} {{- end }} volumeMounts: