File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
doc/examples/disaggregated/fdb Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : rbac.authorization.k8s.io/v1
2+ kind : RoleBinding
3+ metadata :
4+ creationTimestamp : null
5+ name : manager-rolebinding
6+ roleRef :
7+ apiGroup : rbac.authorization.k8s.io
8+ kind : ClusterRole
9+ name : fdb-kubernetes-operator-manager-role
10+ subjects :
11+ - kind : ServiceAccount
12+ name : fdb-kubernetes-operator-controller-manager
13+ ---
14+ apiVersion : rbac.authorization.k8s.io/v1
15+ kind : ClusterRoleBinding
16+ metadata :
17+ creationTimestamp : null
18+ name : manager-clusterrolebinding
19+ roleRef :
20+ apiGroup : rbac.authorization.k8s.io
21+ kind : ClusterRole
22+ name : fdb-kubernetes-operator-manager-clusterrole
23+ subjects :
24+ - kind : ServiceAccount
25+ name : fdb-kubernetes-operator-controller-manager
26+ namespace : metadata.namespace
You can’t perform that action at this time.
0 commit comments