Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Removing unnecessary rbac permissions #221

Merged
merged 8 commits into from
Sep 30, 2019
20 changes: 0 additions & 20 deletions manifests/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,36 +26,16 @@ rules:
- customresourcedefinitions
verbs:
- '*'
- apiGroups:
- storage.k8s.io
resources:
- storageclasses
verbs:
- '*'
- apiGroups:
- batch
resources:
- jobs
verbs:
- '*'
- apiGroups:
- ""
resources:
- configmaps
- pods
- services
- endpoints
- persistentvolumeclaims
- events
verbs:
- '*'
- apiGroups:
- apps
- extensions
resources:
- deployments
verbs:
- '*'
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
Expand Down