mirror of
https://github.com/rancher/k3k.git
synced 2026-05-05 17:06:48 +00:00
12 lines
272 B
YAML
12 lines
272 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: k3k-admin
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: cluster-admin
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: k3k-serviceaccount
|
|
namespace: k3k-system |