Skip to content

Commit cd67467

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 7e8d77c commit cd67467

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

Lines changed: 1 addition & 1 deletion
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)