fix: Add missing verbs for pods to cluster role to support rollout restarts (#422)

This commit is contained in:
Sarah Henkens 2020-08-12 17:14:17 -07:00 committed by GitHub
parent 801e454baa
commit 3f0e079f78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -106,4 +106,11 @@ rules:
- watch
- get
- update
- apiGroups:
- ""
resources:
- pods
verbs:
- list
- delete
{{- end }}