[incubator/valut] Fix path to use root prefix (#19143)

Since path is used within a range and not defined within the range, the
root prefix '$' has to be used.

Signed-off-by: Danny Grove <danny@drgrovellc.com>
This commit is contained in:
Daniel Grove
2019-11-25 23:45:10 -08:00
committed by Kubernetes Prow Robot
parent 1b72d0ca97
commit 025bd2abb5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Vault, a tool for managing secrets
name: vault
version: 0.23.3
version: 0.23.4
appVersion: 1.2.3
home: https://www.vaultproject.io/
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
+2 -2
View File
@@ -26,8 +26,8 @@ spec:
- backend:
serviceName: {{ $serviceName }}
servicePort: {{ $servicePort }}
{{- if .Values.ingress.path }}
path: {{ .Values.ingress.path }}
{{- if $.Values.ingress.path }}
path: {{ $.Values.ingress.path }}
{{- end }}
{{- end -}}
{{- if .Values.ingress.tls }}