Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ws-manager-mk2/config/manager/kustomization.yaml
2501 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
- manager.yaml
7
8
generatorOptions:
9
disableNameSuffixHash: true
10
11
configMapGenerator:
12
- name: manager-config
13
files:
14
- controller_manager_config.yaml
15
16