Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/install/installer/pkg/config/v1/testdata/envvars/customization-patch/envvars.yaml
2505 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
envvars:
6
ADVANCED_MODE_ENABLED: "1"
7
CUSTOMIZATION_PATCH: "customization:\n - apiVersion: \"*\"\n kind: \"*\"\n metadata:\n name: \"*\"\n annotations:\n appliedToAll: value\n hello: world\n labels:\n appliedToAll: value\n hello: world"
8
DOMAIN: gitpod.io
9
10