27 lines
678 B
JSON
27 lines
678 B
JSON
{
|
|
"apiVersion": "rbac.authorization.k8s.io/v1",
|
|
"kind": "ClusterRoleBinding",
|
|
"metadata": {
|
|
"name": "php-operator",
|
|
"labels": {
|
|
"app.kubernetes.io/name": "php-operator",
|
|
"app.kubernetes.io/instance": "php-operator",
|
|
"app.kubernetes.io/managed-by": "flowercore",
|
|
"app.kubernetes.io/component": "operator",
|
|
"app.kubernetes.io/part-of": "flowercore-php"
|
|
}
|
|
},
|
|
"roleRef": {
|
|
"apiGroup": "rbac.authorization.k8s.io",
|
|
"kind": "ClusterRole",
|
|
"name": "php-operator"
|
|
},
|
|
"subjects": [
|
|
{
|
|
"kind": "ServiceAccount",
|
|
"name": "php-operator",
|
|
"namespace": "fc-system"
|
|
}
|
|
]
|
|
}
|