Skip to content

Commit

Permalink
feat: Enable argo client auth mode and add service account for argo a…
Browse files Browse the repository at this point in the history
…pi usaage
  • Loading branch information
nicholaskuechler committed Jun 19, 2024
1 parent 32a1973 commit 0e9692f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/argo-events/argo-api-user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ rules:
- argoproj.io
resources:
- workflows
verbs:
- list
- update
- create
- patch
- apiGroups:
- argoproj.io
resources:
- workflowtemplates
verbs:
- list
Expand Down

0 comments on commit 0e9692f

Please sign in to comment.