You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`objectStorage.s3.bucket`|string|N|| BucketName sets the name of an existing bucket to enable the "single bucket mode" If no name is configured, the old "one bucket per user" behaviour kicks in.|
@@ -49,14 +59,16 @@ Config defines the v1 version structure of the gitpod config file
49
59
|`workspace.resources.dynamicLimits`||N|||
50
60
|`workspace.templates.default`||N|||
51
61
|`workspace.templates.prebuild`||N|||
52
-
|`workspace.templates.ghost`||N|||
53
62
|`workspace.templates.imagebuild`||N|||
54
63
|`workspace.templates.regular`||N|||
55
-
|`workspace.templates.probe`||N|||
64
+
|`workspace.pvc.size`||Y|| Size is a size of persistent volume claim to use|
65
+
|`workspace.pvc.storageClass`|string|N|| StorageClass is a storage class of persistent volume claim to use|
66
+
|`workspace.pvc.snapshotClass`|string|N|| SnapshotClass is a snapshot class name that is used to create volume snapshot|
56
67
|`workspace.maxLifetime`||Y|| MaxLifetime is the maximum time a workspace is allowed to run. After that, the workspace times out despite activity|
57
68
|`workspace.timeoutDefault`||N|| TimeoutDefault is the default timeout of a regular workspace|
58
69
|`workspace.timeoutExtended`||N|| TimeoutExtended is the workspace timeout that a user can extend to for one workspace|
59
70
|`workspace.timeoutAfterClose`||N|| TimeoutAfterClose is the time a workspace timed out after it has been closed (“closed” means that it does not get a heartbeat from an IDE anymore)|
71
+
|`workspace.workspaceImage`|string|N|||
60
72
|`openVSX.url`|string|N|||
61
73
|`authProviders[ ].kind`|string|N|`secret`||
62
74
|`authProviders[ ].name`|string|Y|||
@@ -67,6 +79,11 @@ Config defines the v1 version structure of the gitpod config file
67
79
|`sshGatewayHostKey.kind`|string|N|`secret`||
68
80
|`sshGatewayHostKey.name`|string|Y|||
69
81
|`disableDefinitelyGp`|bool|N|||
82
+
|`customCACert.kind`|string|N|`secret`||
83
+
|`customCACert.name`|string|Y|||
84
+
|`dropImageRepo`|bool|N|||
85
+
|`customization`||N|||
86
+
|`components.proxy.service.serviceType`||N|||
70
87
|`apiVersion`|string|Y||API version of the Gitpod config defintion. `v1` in this version of Config|
71
88
72
89
@@ -80,9 +97,58 @@ Additional config parameters that are in experimental state
80
97
|`experimental.workspace.tracing.samplerType`|string|N|`const`, `probabilistic`, `rateLimiting`, `remote`|Values taken from https://github.com/jaegertracing/jaeger-client-go/blob/967f9c36f0fa5a2617c9a0993b03f9a3279fadc8/config/config.go#L71|
|`experimental.webapp.tracing.samplerType`|string|N|`const`, `probabilistic`, `rateLimiting`, `remote`|Values taken from https://github.com/jaegertracing/jaeger-client-go/blob/967f9c36f0fa5a2617c9a0993b03f9a3279fadc8/config/config.go#L71|
0 commit comments