Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[incubator/vault] Fix namespace (#15461)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
aravindvalkodaiqlik authored and k8s-ci-robot committed Jul 11, 2019
1 parent 81405b0 commit e00bbe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.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
Expand Down
Expand Up @@ -8,13 +8,12 @@ metadata:
chart: {{ template "vault.chart" . }}
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
namespace: default
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:auth-delegator
subjects:
- kind: ServiceAccount
name: {{ template "vault.serviceAccountName" . }}
namespace: default
namespace: {{ .Release.Namespace }}
{{- end -}}

0 comments on commit e00bbe3

Please sign in to comment.