fix(argo): Fix argo-server webhook permission

Signed-off-by: qizichao-dm <qizichao@deepmirror.com>
This commit is contained in:
qizichao-dm 2021-03-18 22:30:29 -07:00
parent c6e5412350
commit 8095dbe7a2
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -75,6 +75,8 @@ rules:
- events
verbs:
- watch
- create
- patch
{{- if .Values.controller.persistence }}
- apiGroups:
- ""