Path: blob/main/components/ws-manager-mk2/config/rbac/kustomization.yaml
2499 views
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.1# Licensed under the GNU Affero General Public License (AGPL).2# See License-AGPL.txt in the project root for license information.34resources:5# All RBAC will be applied under this service account in6# the deployment namespace. You may comment out this resource7# if your manager will use a service account that exists at8# runtime. Be sure to update RoleBinding and ClusterRoleBinding9# subjects if changing service account names.10- service_account.yaml11- role.yaml12- role_binding.yaml13- leader_election_role.yaml14- leader_election_role_binding.yaml15# Comment the following 4 lines if you want to disable16# the auth proxy (https://github.com/brancz/kube-rbac-proxy)17# which protects your /metrics endpoint.18- auth_proxy_service.yaml19- auth_proxy_role.yaml20- auth_proxy_role_binding.yaml21- auth_proxy_client_clusterrole.yaml222324