mirror of https://github.com/easzlab/kubeasz.git
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: ClusterRoleBinding
|
||
|
metadata:
|
||
|
name: basic-auth-binding
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: ClusterRole
|
||
|
name: cluster-admin
|
||
|
subjects:
|
||
|
- apiGroup: rbac.authorization.k8s.io
|
||
|
kind: User
|
||
|
name: {{ BASIC_AUTH_USER }}
|