Skip to content

Commit 6e8e000

Browse files
committed
fix:re-add rbac permissions required by SDP on openshift
1 parent b4f3924 commit 6e8e000

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

deploy/helm/listener-operator/templates/roles.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ rules:
6161
- get
6262
- list
6363
- watch
64+
# Write permissions required by e.g. SDP on Openshift
65+
- create
66+
- update
67+
- patch
6468
# Service created per Listener. Applied via SSA and tracked for orphan cleanup.
6569
- apiGroups:
6670
- ""

0 commit comments

Comments
 (0)