20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"apiVersion": "rbac.authorization.k8s.io/v1",
|
|
"kind": "ClusterRoleBinding",
|
|
"metadata": {
|
|
"name": "mysql-web"
|
|
},
|
|
"subjects": [
|
|
{
|
|
"kind": "ServiceAccount",
|
|
"name": "mysql-web",
|
|
"namespace": "fc-mysql"
|
|
}
|
|
],
|
|
"roleRef": {
|
|
"kind": "ClusterRole",
|
|
"name": "mysql-web",
|
|
"apiGroup": "rbac.authorization.k8s.io"
|
|
}
|
|
}
|