diff --git a/stable/external-dns/Chart.yaml b/stable/external-dns/Chart.yaml index d35ae0b51a..3c128cbcca 100644 --- a/stable/external-dns/Chart.yaml +++ b/stable/external-dns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: external-dns -version: 2.0.2 +version: 2.0.3 appVersion: 0.5.15 description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable. keywords: diff --git a/stable/external-dns/templates/deployment.yaml b/stable/external-dns/templates/deployment.yaml index ff2324c340..71c7b1dda4 100755 --- a/stable/external-dns/templates/deployment.yaml +++ b/stable/external-dns/templates/deployment.yaml @@ -87,13 +87,6 @@ spec: - --crd-source-kind={{ .Values.crd.kind }} {{- end }} {{- end }} - {{- range $key, $value := .Values.extraArgs }} - {{- if $value }} - - --{{ $key }}={{ $value }} - {{- else }} - - --{{ $key }} - {{- end }} - {{- end }} {{- range .Values.istioIngressGateways }} - --istio-ingress-gateway={{ . }} {{- end }}