diff --git a/cicd/Chart.yaml b/cicd/Chart.yaml index f0673cc..a985ab7 100644 --- a/cicd/Chart.yaml +++ b/cicd/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.54 +version: 0.1.55 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/cicd/templates/rbac.yaml b/cicd/templates/rbac.yaml index 44e7465..98c1662 100644 --- a/cicd/templates/rbac.yaml +++ b/cicd/templates/rbac.yaml @@ -27,7 +27,7 @@ rules: resources: ["pods"] verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] - apiGroups: [""] - resources: ["PersistentVolumeClaims"] + resources: ["persistentvolumeclaims"] verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] --- apiVersion: rbac.authorization.k8s.io/v1