chore(argo-cd): Upgrade Argo CD to v2.8.4 (#2268)

This commit is contained in:
Aikawa 2023-09-14 13:33:34 +09:00 committed by GitHub
parent bf1e4f2dde
commit 44ddf59864
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -48,6 +48,7 @@ rules:
- apiGroups:
- batch
resources:
{{/* supports triggering jobs from UI */}}
- jobs
verbs:
- create
@ -56,5 +57,6 @@ rules:
resources:
- workflows
verbs:
{{/* supports triggering workflows from UI */}}
- create
{{- end }}