Skip to content

Commit

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

Fixes: #14477

Signed-off-by: Dimitar Georgievski <dgeorgievski@gmail.com>
  • Loading branch information
dgeorgievski authored Jul 17, 2023
1 parent 687323f commit 7f1458e
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 7f1458e

Please sign in to comment.