Skip to content

Commit 3311f2c

Browse files
committed
remove licence refs
1 parent 3484616 commit 3311f2c

File tree

5 files changed

+0
-21
lines changed

5 files changed

+0
-21
lines changed

install/installer/pkg/config/v1/config.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ Config defines the v1 version structure of the gitpod config file
7878
|`authProviders[ ].name`|string|Y| ||
7979
|`blockNewUsers.enabled`|bool|N| ||
8080
|`blockNewUsers.passlist[ ]`|[]string|N| | Passlist []string `json:"passlist" validate:"min=1,unique,dive,fqdn"`|
81-
|`license.kind`|string|N| `secret` ||
82-
|`license.name`|string|Y| ||
8381
|`sshGatewayHostKey.kind`|string|N| `secret` ||
8482
|`sshGatewayHostKey.name`|string|Y| ||
8583
|`disableDefinitelyGp`|bool|N| ||

install/installer/pkg/config/v1/testdata/envvars/config-options/envvars.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ envvars:
66
DOMAIN: test.gitpod.io
77
DISTRIBUTION: distribution-name
88
HTTP_PROXY_NAME: http-proxy-settings
9-
LICENSE_NAME: gitpod-license
109
LOCAL_REGISTRY_ADDRESS: mylocalregistry.com
1110
IMAGE_PULL_SECRET_NAME: image-pull-secret
1211
OPEN_VSX_URL: https://my-openvsx.com

install/installer/pkg/config/v1/testdata/envvars/config-options/expect.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ domain: test.gitpod.io
1212
httpProxy:
1313
kind: secret
1414
name: http-proxy-settings
15-
license:
16-
kind: secret
17-
name: gitpod-license
1815
openVSX:
1916
url: https://my-openvsx.com
2017
sshGatewayHostKey:

install/kots/manifests/gitpod-kots-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ data:
2424

2525
# Secret names
2626
HTTP_PROXY_NAME: '{{repl if (ConfigOptionEquals "enable_proxy_settings" "1" ) }}http-proxy-settings{{repl end }}'
27-
LICENSE_NAME: gitpod-license
2827
SSH_GATEWAY_HOST_KEY_NAME: ssh-gateway-host-key
2928

3029
# Database settings

install/kots/manifests/gitpod-license.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)