fix(argo): add missing cr privileges for patch

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

ff1627b717
65c2bd44e4/manifests/install.yaml (L253)
This commit is contained in:
dherman 2020-07-09 11:04:01 -04:00 committed by Daniel Herman
parent 8c96f76451
commit c40cd1df18
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v2.8.0
description: A Helm chart for Argo Workflows
name: argo
version: 0.9.8
version: 0.9.9
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
maintainers:

View file

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