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) (argoproj#14551)

Fixes: argoproj#14477

Signed-off-by: Dimitar Georgievski <dgeorgievski@gmail.com>
Co-authored-by: Dimitar Georgievski <dgeorgievski@gmail.com>
Signed-off-by: schakrad <58915923+schakrad@users.noreply.github.com>
  • Loading branch information
2 people authored and schakrad committed Jul 24, 2023
1 parent e9ccf6a commit 7520905
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 7520905

Please sign in to comment.