mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
2141874738
commit
d59ddcdd5e
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user