Skip to content

Commit

Permalink
vault: fix tokenreview RBAC scope (bitnami#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido authored and ahma committed May 8, 2019
1 parent 286fd0d commit fda8a24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vault/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Vault, a tool for managing secrets
name: vault
version: 0.6.5
version: 0.6.6
appVersion: 1.1.0
home: https://www.vaultproject.io/
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
Expand Down
6 changes: 3 additions & 3 deletions vault/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v1
kind: List
metadata: {}
items:
- apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
- apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ template "vault.fullname" . }}-auth-delegator
labels:
Expand All @@ -20,7 +20,7 @@ items:
- kind: ServiceAccount
name: {{ template "vault.fullname" . }}
namespace: {{ .Release.Namespace }}
- apiVersion: rbac.authorization.k8s.io/v1beta1
- apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: {{ template "vault.fullname" . }}-secret-access
Expand Down

0 comments on commit fda8a24

Please sign in to comment.