We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b77a218 + 611d4d2 commit 3ee1752Copy full SHA for 3ee1752
ci/cluster/services/manifests/kcp-resources/rbac-cluster-admin.yaml
@@ -25,3 +25,17 @@ subjects:
25
- apiGroup: rbac.authorization.k8s.io
26
kind: User
27
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