mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
12 lines
210 B
YAML
12 lines
210 B
YAML
kind: RoleBinding
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
metadata:
|
|
name: kubekey
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: kubekey
|
|
roleRef:
|
|
kind: Role
|
|
name: kubekey
|
|
apiGroup: rbac.authorization.k8s.io
|