From d427bb2eeb0c6ffdd5d018f821daab7f03703902 Mon Sep 17 00:00:00 2001 From: Max batleforc Date: Fri, 28 Jun 2024 02:13:38 +0200 Subject: [PATCH] fix: correction rbac --- chart/Chart.yaml | 2 +- cicd/templates/rbac.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 8183d56..98bb0aa 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -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. diff --git a/cicd/templates/rbac.yaml b/cicd/templates/rbac.yaml index 63048a0..44e7465 100644 --- a/cicd/templates/rbac.yaml +++ b/cicd/templates/rbac.yaml @@ -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