Skip to content

Commit 036fb42

Browse files
authored
add deletecollection back (#111)
1 parent 8362d94 commit 036fb42

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

bundle-restricted/manifests/ibm-namespace-scope-operator-restricted.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ spec:
123123
- patch
124124
- update
125125
- watch
126+
- deletecollection
126127
- apiGroups:
127128
- rbac.authorization.k8s.io
128129
resources:

bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ spec:
6161
- patch
6262
- update
6363
- watch
64+
- deletecollection
6465
- apiGroups:
6566
- rbac.authorization.k8s.io
6667
resources:

config/rbac/role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ rules:
1515
- patch
1616
- update
1717
- watch
18+
- deletecollection
1819
- apiGroups:
1920
- rbac.authorization.k8s.io
2021
resources:

0 commit comments

Comments
 (0)