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

Commit

Permalink
Removing unnecessary rbac permissions (#221)
Browse files Browse the repository at this point in the history
* Compatible with upstream changes

* Removing unnecessary rbac permissions
  • Loading branch information
johnugeorge authored and k8s-ci-robot committed Sep 30, 2019
1 parent 5e36a57 commit 44b052f
Showing 1 changed file with 0 additions and 20 deletions.
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

0 comments on commit 44b052f

Please sign in to comment.