kustomization.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. resources:
  2. # All RBAC will be applied under this service account in
  3. # the deployment namespace. You may comment out this resource
  4. # if your manager will use a service account that exists at
  5. # runtime. Be sure to update RoleBinding and ClusterRoleBinding
  6. # subjects if changing service account names.
  7. - service_account.yaml
  8. - role.yaml
  9. - role_binding.yaml
  10. - leader_election_role.yaml
  11. - leader_election_role_binding.yaml
  12. # The following RBAC configurations are used to protect
  13. # the metrics endpoint with authn/authz. These configurations
  14. # ensure that only authorized users and service accounts
  15. # can access the metrics endpoint. Comment the following
  16. # permissions if you want to disable this protection.
  17. # More info: https://book.kubebuilder.io/reference/metrics.html
  18. - metrics_auth_role.yaml
  19. - metrics_auth_role_binding.yaml
  20. - metrics_reader_role.yaml
  21. # For each CRD, "Admin", "Editor" and "Viewer" roles are scaffolded by
  22. # default, aiding admins in cluster management. Those roles are
  23. # not used by the loco-operator itself. You can comment the following lines
  24. # if you do not want those helpers be installed with your Project.
  25. - agent_admin_role.yaml
  26. - agent_editor_role.yaml
  27. - agent_viewer_role.yaml
  28. - document_admin_role.yaml
  29. - document_editor_role.yaml
  30. - document_viewer_role.yaml
  31. - managedknowledgebase_admin_role.yaml
  32. - managedknowledgebase_editor_role.yaml
  33. - managedknowledgebase_viewer_role.yaml
  34. - externalknowledgebase_admin_role.yaml
  35. - externalknowledgebase_editor_role.yaml
  36. - externalknowledgebase_viewer_role.yaml
  37. - managedtool_admin_role.yaml
  38. - managedtool_editor_role.yaml
  39. - managedtool_viewer_role.yaml
  40. - externaltool_admin_role.yaml
  41. - externaltool_editor_role.yaml
  42. - externaltool_viewer_role.yaml
  43. - managedmodel_admin_role.yaml
  44. - managedmodel_editor_role.yaml
  45. - managedmodel_viewer_role.yaml
  46. - externalmodel_admin_role.yaml
  47. - externalmodel_editor_role.yaml
  48. - externalmodel_viewer_role.yaml
  49. - stack_admin_role.yaml
  50. - stack_editor_role.yaml
  51. - stack_viewer_role.yaml
  52. - component_admin_role.yaml
  53. - component_editor_role.yaml
  54. - component_viewer_role.yaml