stable/nginx-ingress/remove excessive - symbol (#20076)

Signed-off-by: StupidScience <tonysignal@gmail.com>
This commit is contained in:
Anton Kaymakchi
2020-01-13 08:33:40 -08:00
committed by Kubernetes Prow Robot
parent 71d5b06c15
commit b8d8c8d3cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 }}