From 025bd2abb58ae0eb6382f32d85c2978e64bbbc1a Mon Sep 17 00:00:00 2001 From: Daniel Grove Date: Mon, 25 Nov 2019 23:45:10 -0800 Subject: [PATCH] [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 --- incubator/vault/Chart.yaml | 2 +- incubator/vault/templates/ingress.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/incubator/vault/Chart.yaml b/incubator/vault/Chart.yaml index a88b72748e..a8c3f9ab67 100644 --- a/incubator/vault/Chart.yaml +++ b/incubator/vault/Chart.yaml @@ -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 diff --git a/incubator/vault/templates/ingress.yaml b/incubator/vault/templates/ingress.yaml index 32a2b86dcd..c1b29b5ac3 100644 --- a/incubator/vault/templates/ingress.yaml +++ b/incubator/vault/templates/ingress.yaml @@ -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 }}