Files
bluejay-infra/apps-gx10/fc-system/clusterrolebinding-php-operator.json
2026-06-17 13:47:40 -05:00

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"
}
]
}