mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
stable/nginx-ingress/remove excessive - symbol (#20076)
Signed-off-by: StupidScience <tonysignal@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
71d5b06c15
commit
b8d8c8d3cd
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: nginx-ingress
|
||||
version: 1.29.0
|
||||
version: 1.29.1
|
||||
appVersion: 0.27.0
|
||||
home: https://github.com/kubernetes/ingress-nginx
|
||||
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
|
||||
|
||||
@@ -94,7 +94,7 @@ spec:
|
||||
{{- end }}
|
||||
{{- if .Values.controller.maxmindLicenseKey }}
|
||||
- --maxmind-license-key={{ .Values.controller.maxmindLicenseKey }}
|
||||
{{- end }}-
|
||||
{{- end }}
|
||||
{{- range $key, $value := .Values.controller.extraArgs }}
|
||||
{{- if $value }}
|
||||
- --{{ $key }}={{ $value }}
|
||||
|
||||
Reference in New Issue
Block a user