Skip to content

Commit

Permalink
docs: Correct example ClusterRole to allow Events in any namespace (a…
Browse files Browse the repository at this point in the history
…rgoproj#14544)

Fixes: argoproj#14477

Signed-off-by: Dimitar Georgievski <[email protected]>
  • Loading branch information
dgeorgievski authored and tesla59 committed Dec 16, 2023
1 parent d88f736 commit 20a6d66
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ metadata:
app.kubernetes.io/component: server
name: argocd-server-cluster-apps
rules:
- apiGroups:
- ""
resources:
- events
verbs:
- create
- apiGroups:
- "argoproj.io"
resources:
Expand Down

0 comments on commit 20a6d66

Please sign in to comment.