Skip to content

Commit cc46758

Browse files
authored
fix(openebs): cleanup stateful pods fails with permissions error (#1852)
1 parent f03aecc commit cc46758

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

operator/charts/embedded-cluster-operator/templates/embedded-cluster-operator-clusterrole.yaml

+2-12
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,13 @@ rules:
4545
- get
4646
- list
4747
- watch
48-
- apiGroups:
49-
- ""
50-
resources:
51-
- configmaps
52-
- pods
53-
verbs:
54-
- create
55-
- get
56-
- list
57-
- watch
58-
- update
59-
- patch
6048
- apiGroups:
6149
- ""
6250
resources:
6351
- secrets
6452
- services
53+
- configmaps
54+
- pods
6555
verbs:
6656
- create
6757
- delete

0 commit comments

Comments
 (0)