resources: # All RBAC will be applied under this service account in # the deployment namespace. You may comment out this resource # if your manager will use a service account that exists at # runtime. Be sure to update RoleBinding and ClusterRoleBinding # subjects if changing service account names. - service_account.yaml - role.yaml - role_binding.yaml - leader_election_role.yaml - leader_election_role_binding.yaml # The following RBAC configurations are used to protect # the metrics endpoint with authn/authz. These configurations # ensure that only authorized users and service accounts # can access the metrics endpoint. Comment the following # permissions if you want to disable this protection. # More info: https://book.kubebuilder.io/reference/metrics.html - metrics_auth_role.yaml - metrics_auth_role_binding.yaml - metrics_reader_role.yaml # For each CRD, "Admin", "Editor" and "Viewer" roles are scaffolded by # default, aiding admins in cluster management. Those roles are # not used by the loco-operator itself. You can comment the following lines # if you do not want those helpers be installed with your Project. - agent_admin_role.yaml - agent_editor_role.yaml - agent_viewer_role.yaml - document_admin_role.yaml - document_editor_role.yaml - document_viewer_role.yaml - managedknowledgebase_admin_role.yaml - managedknowledgebase_editor_role.yaml - managedknowledgebase_viewer_role.yaml - externalknowledgebase_admin_role.yaml - externalknowledgebase_editor_role.yaml - externalknowledgebase_viewer_role.yaml - managedtool_admin_role.yaml - managedtool_editor_role.yaml - managedtool_viewer_role.yaml - externaltool_admin_role.yaml - externaltool_editor_role.yaml - externaltool_viewer_role.yaml - managedmodel_admin_role.yaml - managedmodel_editor_role.yaml - managedmodel_viewer_role.yaml - externalmodel_admin_role.yaml - externalmodel_editor_role.yaml - externalmodel_viewer_role.yaml - stack_admin_role.yaml - stack_editor_role.yaml - stack_viewer_role.yaml - component_admin_role.yaml - component_editor_role.yaml - component_viewer_role.yaml