fix(argo): add missing cr privileges for patch (#399)

In Argo 2.9+, the controller needs `patch` privileges on `events`.  See

ff1627b717
65c2bd44e4/manifests/install.yaml (L253)

Co-authored-by: Spencer Gilbert <Spencer.Gilbert@gmail.com>
This commit is contained in:
dherman 2020-08-27 20:02:54 -04:00 committed by GitHub
parent 12c26701a5
commit bc14a12db5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,7 @@ rules:
- events
verbs:
- create
- patch
- apiGroups:
- ""
resources: