fix(argo-workflows): Make Argo Agent and Artifact GC permissions optional for workflows SA (#3048)

This commit is contained in:
Tim Collins 2024-11-22 15:19:46 +00:00 committed by GitHub
parent e888b374c9
commit 90eef9ef1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 124 additions and 17 deletions

View file

@ -18,21 +18,6 @@ rules:
verbs:
- create
- patch
- apiGroups:
- argoproj.io
resources:
- workflowtasksets
- workflowartifactgctasks
verbs:
- list
- watch
- apiGroups:
- argoproj.io
resources:
- workflowtasksets/status
- workflowartifactgctasks/status
verbs:
- patch
{{- end }}
{{- end }}