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