Skip to content

Commit

Permalink
refact(operator): add cstorvolumeclaims API's in ClusterRole
Browse files Browse the repository at this point in the history
Signed-off-by: prateekpandey14 <prateek.pandey@openebs.io>
  • Loading branch information
prateekpandey14 authored and kmova committed Jul 5, 2019
1 parent dadef4a commit 96823a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/openebs-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rules:
resources: [ "castemplates", "runtasks"]
verbs: ["*" ]
- apiGroups: ["*"]
resources: [ "cstorpools", "cstorpools/finalizers", "cstorvolumereplicas", "cstorvolumes"]
resources: [ "cstorpools", "cstorpools/finalizers", "cstorvolumereplicas", "cstorvolumes", "cstorvolumeclaims"]
verbs: ["*" ]
- apiGroups: ["*"]
resources: [ "cstorbackups", "cstorrestores", "cstorcompletedbackups"]
Expand Down

0 comments on commit 96823a8

Please sign in to comment.