fix: Add missing verbs for pods to cluster role to support rollout restarts (#422)
parent
801e454baa
commit
3f0e079f78
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||
appVersion: "0.8.0"
|
||||
description: A Helm chart for Argo Rollouts
|
||||
name: argo-rollouts
|
||||
version: 0.3.2
|
||||
version: 0.3.3
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
maintainers:
|
||||
|
|
|
@ -106,4 +106,11 @@ rules:
|
|||
- watch
|
||||
- get
|
||||
- update
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- pods
|
||||
verbs:
|
||||
- list
|
||||
- delete
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in New Issue