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 }}