kustomization.yaml 381 B

123456789101112
  1. resources:
  2. - role.yaml
  3. - role_binding.yaml
  4. - leader_election_role.yaml
  5. - leader_election_role_binding.yaml
  6. # Comment the following 4 lines if you want to disable
  7. # the auth proxy (https://github.com/brancz/kube-rbac-proxy)
  8. # which protects your /metrics endpoint.
  9. - auth_proxy_service.yaml
  10. - auth_proxy_role.yaml
  11. - auth_proxy_role_binding.yaml
  12. - auth_proxy_client_clusterrole.yaml