fix(argo): add missing cr privileges for patch
(#399)
In Argo 2.9+, the controller needs `patch` privileges on `events`. Seeff1627b717
65c2bd44e4/manifests/install.yaml (L253)
Co-authored-by: Spencer Gilbert <Spencer.Gilbert@gmail.com>
This commit is contained in:
parent
12c26701a5
commit
bc14a12db5
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ rules:
|
|||
- events
|
||||
verbs:
|
||||
- create
|
||||
- patch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
|
|
Loading…
Reference in a new issue