apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization # Each entry in this list must resolve to an existing # resource definition in YAML. These are the resource # files that kustomize reads, modifies and emits as a # YAML string, with resources separated by document # markers ("---"). resources: - role_binding.yaml - role.yaml - leader_election_role.yaml - leader_election_role_binding.yaml - aggregated_role.yaml # Comment the following 3 lines if you want to disable # the auth proxy (https://github.com/brancz/kube-rbac-proxy) # which protects your /metrics endpoint. - auth_proxy_service.yaml - auth_proxy_role.yaml - auth_proxy_role_binding.yaml