fix: Add missing verbs for pods to cluster role to support rollout restarts (#422)
This commit is contained in:
parent
801e454baa
commit
3f0e079f78
2 changed files with 8 additions and 1 deletions
|
|
@ -106,4 +106,11 @@ rules:
|
|||
- watch
|
||||
- get
|
||||
- update
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- pods
|
||||
verbs:
|
||||
- list
|
||||
- delete
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue