![Dmitry Ukov](/assets/img/avatar_default.png)
Forked kustomization from 0.3.3 release Change-Id: Ib84914f8e00d4e35c3670095b56e2c4dd33d1650
20 lines
671 B
YAML
20 lines
671 B
YAML
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
|