Skip to content

Commit

Permalink
Remove unused service account (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjohnsonjr authored and google-prow-robot committed Jun 10, 2018
1 parent bb7b178 commit 98ff6a1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions config/201-clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,3 @@ roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: rbac.authorization.k8s.io
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: knative-serving-revision-read
subjects:
- kind: ServiceAccount
name: knative-serving-revision
namespace: default
roleRef:
kind: ClusterRole
name: cluster-admin # TODO(josephburnett): reduce this role to read-only
apiGroup: rbac.authorization.k8s.io

0 comments on commit 98ff6a1

Please sign in to comment.