Skip to content

Commit

Permalink
Specify exact verbs that OLM requires
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
awgreene committed Oct 27, 2023
1 parent 9ec03f0 commit 1c419a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
rules:
- apiGroups: ["*"]
resources: ["*"]
verbs: ["*"]
verbs: ["watch", "list", "get", "create", "update", "patch", "delete", "deletecollection", "escalate", "bind"]
- nonResourceURLs: ["*"]
verbs: ["*"]
---
Expand Down

0 comments on commit 1c419a3

Please sign in to comment.