Values.extraArgs were being inserted in two places, resulting in duplication. Remove one. (#15257)

Signed-off-by: Joe Hohertz <joe@viafoura.com>
This commit is contained in:
Joe Hohertz
2019-07-05 02:54:35 -07:00
committed by Kubernetes Prow Robot
parent 2141874738
commit d59ddcdd5e
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -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:
@@ -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 }}