Skip to content

Commit

Permalink
fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
womfoo committed Jul 26, 2023
1 parent 149932f commit 1b1515c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions infrastructure/charts/agent/templates/vaultstandalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,6 @@ roleRef:
apiGroup: rbac.authorization.k8s.io
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: read-pods
namespace: {{ .Release.Namespace }}
subjects:
- kind: User
name: vault # "name" is case sensitive
apiGroup: rbac.authorization.k8s.io
roleRef:
kind: Role #this must be Role or ClusterRole
name: secrets-reader # this must match the name of the Role or ClusterRole you wish to bind to
apiGroup: rbac.authorization.k8s.io
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
namespace: {{ .Release.Namespace }}
Expand Down

0 comments on commit 1b1515c

Please sign in to comment.