fix(argo): add missing cr privileges for patch
In Argo 2.9+, the controller needs `patch` privileges on `events`. Seeff1627b717
65c2bd44e4/manifests/install.yaml (L253)
This commit is contained in:
parent
8c96f76451
commit
c40cd1df18
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -73,6 +73,7 @@ rules:
|
|||
- events
|
||||
verbs:
|
||||
- create
|
||||
- patch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
|
|
Loading…
Reference in a new issue