fix: correction rbac
This commit is contained in:
parent
232043a0f6
commit
d427bb2eeb
@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: bu-teammaker
|
||||
name: bot-discord
|
||||
description: A helm to deploy the app
|
||||
|
||||
# A chart can be either an 'application' or a 'library' chart.
|
||||
|
@ -26,6 +26,9 @@ rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["pods"]
|
||||
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
|
||||
- apiGroups: [""]
|
||||
resources: ["PersistentVolumeClaims"]
|
||||
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
|
Loading…
Reference in New Issue
Block a user