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/airgapped-registry/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
DOMAIN: gitpod.io
7
HAS_LOCAL_REGISTRY: "1"
8
IMAGE_PULL_SECRET_NAME: local-registry-pull-secret
9
LOCAL_REGISTRY_ADDRESS: local-registry-address.com
10
LOCAL_REGISTRY_HOST: local-registry-host.com
11
12