fix(argo): Fix argo-server webhook permission
Signed-off-by: qizichao-dm <qizichao@deepmirror.com>
This commit is contained in:
parent
c6e5412350
commit
8095dbe7a2
2 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -75,6 +75,8 @@ rules:
|
|||
- events
|
||||
verbs:
|
||||
- watch
|
||||
- create
|
||||
- patch
|
||||
{{- if .Values.controller.persistence }}
|
||||
- apiGroups:
|
||||
- ""
|
||||
|
|
Loading…
Reference in a new issue