Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit b6147bd

Browse files
authored
Merge pull request #94 from ksimon1/fix-permissions-operator-sdk
Fix ssp operator image permissions
2 parents 52d83ce + f743c76 commit b6147bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/role.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ rules:
4848
- apps
4949
resources:
5050
- deployments
51+
- deployments/finalizers
5152
- replicasets
5253
- daemonsets
5354
verbs:
5455
- create
56+
- update
5557
- get
5658
- list
5759
- patch

0 commit comments

Comments
 (0)