From b652abab72d4359f2f462f7b7b5c8e8a55d62d8b Mon Sep 17 00:00:00 2001 From: obeyler Date: Wed, 31 Jul 2019 16:38:21 +0200 Subject: [PATCH] add patch to CRD clusterrole (#16000) Signed-off-by: olivier beyler --- stable/openebs/Chart.yaml | 2 +- stable/openebs/templates/clusterrole.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: ["*" ]