fix(argo): Fix argo-server webhook permission (#628)
Co-authored-by: Vlad Losev <vladlosev@users.noreply.github.com> Co-authored-by: Alex Collins <alexec@users.noreply.github.com>
This commit is contained in:
parent
d27683f40c
commit
3acd3f7682
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ rules:
|
||||||
- events
|
- events
|
||||||
verbs:
|
verbs:
|
||||||
- watch
|
- watch
|
||||||
|
- create
|
||||||
|
- patch
|
||||||
{{- if .Values.controller.persistence }}
|
{{- if .Values.controller.persistence }}
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
|
|
Loading…
Reference in a new issue