mirror of
https://github.com/lukaszraczylo/jobs-manager-operator.git
synced 2026-06-09 22:53:59 +00:00
18 lines
664 B
YAML
18 lines
664 B
YAML
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 resources configure RBAC for secure metrics
|
|
# using controller-runtime's built-in authentication/authorization.
|
|
- auth_proxy_service.yaml
|
|
- auth_proxy_role.yaml
|
|
- auth_proxy_role_binding.yaml
|
|
- auth_proxy_client_clusterrole.yaml
|