Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ws-manager-mk2/config/rbac/kustomization.yaml
2499 views
1
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2
# Licensed under the GNU Affero General Public License (AGPL).
3
# See License-AGPL.txt in the project root for license information.
4
5
resources:
6
# All RBAC will be applied under this service account in
7
# the deployment namespace. You may comment out this resource
8
# if your manager will use a service account that exists at
9
# runtime. Be sure to update RoleBinding and ClusterRoleBinding
10
# subjects if changing service account names.
11
- service_account.yaml
12
- role.yaml
13
- role_binding.yaml
14
- leader_election_role.yaml
15
- leader_election_role_binding.yaml
16
# Comment the following 4 lines if you want to disable
17
# the auth proxy (https://github.com/brancz/kube-rbac-proxy)
18
# which protects your /metrics endpoint.
19
- auth_proxy_service.yaml
20
- auth_proxy_role.yaml
21
- auth_proxy_role_binding.yaml
22
- auth_proxy_client_clusterrole.yaml
23
24