fix(argo-cd): add missing permissions to run actions (#2212)

Signed-off-by: Mickaël Canévet <mickael.canevet@gmail.com>
This commit is contained in:
Mickaël Canévet 2023-08-10 00:18:37 +02:00 committed by GitHub
parent 4b7dcd0d31
commit 23708c6a30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 5 deletions

View file

@ -45,4 +45,16 @@ rules:
- list
- update
- watch
- apiGroups:
- batch
resources:
- jobs
verbs:
- create
- apiGroups:
- argoproj.io
resources:
- workflows
verbs:
- create
{{- end }}