Skip to content

Commit 1c419a3

Browse files
committed
Specify exact verbs that OLM requires
This will specifically allow OLM to avoid the "use" verb for SCCs that it wasn't configured to work with on OpenShift clusters. Signed-off-by: Alexander Greene <[email protected]>
1 parent 9ec03f0 commit 1c419a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/chart/templates/0000_50_olm_01-olm-operator.serviceaccount.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
rules:
66
- apiGroups: ["*"]
77
resources: ["*"]
8-
verbs: ["*"]
8+
verbs: ["watch", "list", "get", "create", "update", "patch", "delete", "deletecollection", "escalate", "bind"]
99
- nonResourceURLs: ["*"]
1010
verbs: ["*"]
1111
---

0 commit comments

Comments
 (0)