[incubator/vault] Fix namespace (#15461)

* Add the correct namespace.

Signed-off-by: Aravind Valkodai <Aravind.Valkodai@qlik.com>

* Add the correct namespace.

Signed-off-by: Aravind Valkodai <Aravind.Valkodai@qlik.com>
This commit is contained in:
Aravind Valkodai
2019-07-11 11:33:07 -07:00
committed by Kubernetes Prow Robot
parent 81405b0a33
commit e00bbe31da
2 changed files with 2 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.18.12
version: 0.18.13
appVersion: 1.1.2
home: https://www.vaultproject.io/
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
@@ -8,7 +8,6 @@ metadata:
chart: {{ template "vault.chart" . }}
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
namespace: default
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
@@ -16,5 +15,5 @@ roleRef:
subjects:
- kind: ServiceAccount
name: {{ template "vault.serviceAccountName" . }}
namespace: default
namespace: {{ .Release.Namespace }}
{{- end -}}