Skip to content

Commit

Permalink
fix: Correct example ClusterRole to allow Events in any namespace
Browse files Browse the repository at this point in the history
Fixes: argoproj#14477
Signed-off-by: Dimitar Georgievski <dgeorgievski@gmail.com>
  • Loading branch information
dgeorgievski committed Jul 17, 2023
1 parent b90f3bc commit d9792ec
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 d9792ec

Please sign in to comment.