Skip to content

Commit

Permalink
[installer]: create render tests for the experimental ide config
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms authored and roboquat committed Feb 1, 2023
1 parent 98d9457 commit 6b08f86
Show file tree
Hide file tree
Showing 2 changed files with 11,333 additions and 0 deletions.
17 changes: 17 additions & 0 deletions install/installer/cmd/testdata/render/ide-config/config.yaml
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
Loading

0 comments on commit 6b08f86

Please sign in to comment.