fix(argo): add missing cr privileges for patch (#399)
In Argo 2.9+, the controller needs `patch` privileges on `events`. Seeff1627b71765c2bd44e4/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
|
- events
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
|
- patch
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue