fix(argo-workflows): clean subresource permissions (#1835)

This commit is contained in:
Vlad Losev 2023-02-09 21:31:49 -08:00 committed by GitHub
parent 31768175b9
commit c08fc230d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 5 deletions

View file

@ -14,7 +14,6 @@ rules:
- ""
resources:
- pods
- pods/exec
verbs:
- create
- get
@ -23,6 +22,12 @@ rules:
- update
- patch
- delete
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
- apiGroups:
- ""
resources: