mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
81405b0a33
commit
e00bbe31da
@@ -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
|
||||
|
||||
+1
-2
@@ -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 -}}
|
||||
Reference in New Issue
Block a user