diff --git a/stable/openebs/Chart.yaml b/stable/openebs/Chart.yaml index 783392bc0f..c44f9109a6 100644 --- a/stable/openebs/Chart.yaml +++ b/stable/openebs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 1.0.0 +version: 1.0.1 name: openebs appVersion: 1.0.0 description: Containerized Storage for Containers diff --git a/stable/openebs/templates/clusterrole.yaml b/stable/openebs/templates/clusterrole.yaml index 0a388433ac..ed2822de38 100644 --- a/stable/openebs/templates/clusterrole.yaml +++ b/stable/openebs/templates/clusterrole.yaml @@ -23,7 +23,7 @@ rules: verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] - apiGroups: ["apiextensions.k8s.io"] resources: ["customresourcedefinitions"] - verbs: [ "get", "list", "create", "update", "delete"] + verbs: [ "patch", "get", "list", "create", "update", "delete"] - apiGroups: ["*"] resources: [ "disks", "blockdevices", "blockdeviceclaims"] verbs: ["*" ]