adjust rbac apiGroups to support core workloads api apps/v1

This commit is contained in:
Mark Eijsermans
2018-07-24 16:28:04 -07:00
parent b7a9751f09
commit cf6232c479
3 changed files with 24 additions and 1 deletions

View File

@@ -34,6 +34,9 @@ rules:
- apps
resources:
- statefulsets
- daemonsets
- deployments
- replicasets
verbs:
- list
- watch