-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[installer]: create render tests for the experimental ide config
- Loading branch information
Showing
2 changed files
with
11,333 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
install/installer/cmd/testdata/render/ide-config/config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright (c) 2023 Gitpod GmbH. All rights reserved. | ||
# Licensed under the GNU Affero General Public License (AGPL). | ||
# See License.AGPL.txt in the project root for license information. | ||
|
||
apiVersion: v1 | ||
domain: gitpod.example.com | ||
experimental: | ||
ide: | ||
resolveLatest: true | ||
ideProxy: | ||
serviceAnnotations: | ||
ideProxyAnnotation: some-value | ||
openvsxProxy: | ||
serviceAnnotations: | ||
openvsxProxyAnnotation: some-other-value | ||
ideMetrics: | ||
enabledErrorReporting: true |
Oops, something went wrong.