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

20 lines
377 B
JSON

{
"apiVersion": "rbac.authorization.k8s.io/v1",
"kind": "ClusterRoleBinding",
"metadata": {
"name": "php-web"
},
"subjects": [
{
"kind": "ServiceAccount",
"name": "php-web",
"namespace": "fc-php"
}
],
"roleRef": {
"kind": "ClusterRole",
"name": "php-web",
"apiGroup": "rbac.authorization.k8s.io"
}
}