Skip to content

Commit

Permalink
Merge pull request #6505 from hongkailiu/clusterReaders
Browse files Browse the repository at this point in the history
Create ci-cluster-readers group on build01
  • Loading branch information
openshift-merge-robot authored Dec 19, 2019
2 parents 187ac9d + 6057eb0 commit 016eb4e
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
kind: List
apiVersion: v1
items:
- kind: Group
apiVersion: v1
metadata:
name: ci-cluster-readers
users:
- eparis
- apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: cluster-reader-0
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
name: ci-cluster-readers

0 comments on commit 016eb4e

Please sign in to comment.