hm4: own hosting operator CRDs and RBAC
This commit is contained in:
19
apps-gx10/fc-system/clusterrolebinding-php-web.json
Normal file
19
apps-gx10/fc-system/clusterrolebinding-php-web.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user