vino/config/rbac/kustomization.yaml
Kostiantyn Kalynovskyi 916e6fda6f Lifecycle of the daemonset
Unit tests will be added next patchset

Change-Id: I04c85cf99169abf2cbce0a2187995f51289b35cf
2021-01-07 14:30:07 -06:00

15 lines
465 B
YAML

resources:
- role.yaml
- role_binding.yaml
- leader_election_role.yaml
- leader_election_role_binding.yaml
- vino_daemonset_controller_role.yaml
- vino_daemonset_controller_role_binding.yaml
# Comment the following 4 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
- auth_proxy_client_clusterrole.yaml