github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/config/rbac/kustomization.yaml (about)

     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  # Comment the following 4 lines if you want to disable
    13  # the auth proxy (https://github.com/brancz/kube-rbac-proxy)
    14  # which protects your /metrics endpoint.
    15  - auth_proxy_service.yaml
    16  - auth_proxy_role.yaml
    17  - auth_proxy_role_binding.yaml
    18  - auth_proxy_client_clusterrole.yaml