Skip to content

Commit 596840f

Browse files
app-proxy: rbac added list permisisons for eventbus
1 parent 38264f5 commit 596840f

File tree

1 file changed

+6
-0
lines changed
  • charts/gitops-runtime/templates/_components/cap-app-proxy

1 file changed

+6
-0
lines changed

charts/gitops-runtime/templates/_components/cap-app-proxy/_rbac.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ rules:
6464
- update
6565
- patch
6666
- delete
67+
- apiGroups:
68+
- argoproj.io
69+
resources:
70+
- eventbus
71+
verbs:
72+
- list
6773
- apiGroups:
6874
- ""
6975
resources:

0 commit comments

Comments
 (0)