File tree 3 files changed +10
-1
lines changed 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ metadata:
8
8
labels :
9
9
app : gitpod
10
10
component : gitpod-installer
11
+ annotations :
12
+ kots.io/when : ' {{repl and (ConfigOptionEquals "advanced_mode_enabled" "1") (ConfigOptionEquals "enable_proxy_settings" "1") }}'
11
13
type : Opaque
12
14
data :
13
15
httpProxy : repl{{ HTTPProxy | Base64Encode | quote }}
Original file line number Diff line number Diff line change 22
22
SSH_GATEWAY : repl{{ ConfigOption "ssh_gateway" | quote }}
23
23
24
24
# Secret names
25
- HTTP_PROXY_NAME : http-proxy-settings
25
+ HTTP_PROXY_NAME : ' {{repl if (ConfigOptionEquals "enable_proxy_settings" "1" ) }} http-proxy-settings{{repl end }} '
26
26
LICENSE_NAME : gitpod-license
27
27
SSH_GATEWAY_HOST_KEY_NAME : ssh-gateway-host-key
28
28
Original file line number Diff line number Diff line change @@ -392,6 +392,13 @@ spec:
392
392
default : " 0"
393
393
help_text : Enables advanced customization options. Enable only when you know what you are doing!
394
394
395
+ - name : enable_proxy_settings
396
+ title : Enable proxy settings
397
+ when : ' {{repl ConfigOptionEquals "advanced_mode_enabled" "1" }}'
398
+ type : bool
399
+ default : " 0"
400
+ help_text : Enable HTTP_PROXY support for the Gitpod application. This is currently an experimental feature.
401
+
395
402
- name : customization_patch
396
403
title : Gitpod customization patch (YAML file)
397
404
type : file
You can’t perform that action at this time.
0 commit comments