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) (#14550)

Fixes: #14477

Signed-off-by: Dimitar Georgievski <[email protected]>
Co-authored-by: Dimitar Georgievski <[email protected]>
  • Loading branch information
gcp-cherry-pick-bot[bot] and dgeorgievski authored Jul 17, 2023
1 parent 9a79b19 commit 05645b0
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 05645b0

Please sign in to comment.