Skip to content

Commit 3ee1752

Browse files
authored
Merge pull request #99 from RobertKielty/add-robert-as-admin
grants cluster-admin role to Robert Kielty
2 parents b77a218 + 611d4d2 commit 3ee1752

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ci/cluster/services/manifests/kcp-resources/rbac-cluster-admin.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,17 @@ subjects:
2525
- apiGroup: rbac.authorization.k8s.io
2626
kind: User
2727
name: oidc:me@jeefy.dev
28+
---
29+
# Robert Kielty @CNCF
30+
apiVersion: rbac.authorization.k8s.io/v1
31+
kind: ClusterRoleBinding
32+
metadata:
33+
name: robert-cluster-admin-binding
34+
roleRef:
35+
apiGroup: rbac.authorization.k8s.io
36+
kind: ClusterRole
37+
name: cluster-admin
38+
subjects:
39+
- apiGroup: rbac.authorization.k8s.io
40+
kind: User
41+
name: oidc:robert.kielty@cncf.io

0 commit comments

Comments
 (0)