fix: correction rbac

This commit is contained in:
Max batleforc 2024-06-28 02:13:38 +02:00
parent 232043a0f6
commit d427bb2eeb
No known key found for this signature in database
GPG Key ID: 25D243AB4B6AC9E7
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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