File tree 3 files changed +14
-1
lines changed 3 files changed +14
-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 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 @@ -429,3 +429,14 @@ spec:
429
429
title : Cluster IP
430
430
- name : NodePort
431
431
title : Node port
432
+
433
+ - name : experimental
434
+ title : Experimental options
435
+ description : Experimental options without any support
436
+ when : ' false'
437
+ items :
438
+ - name : enable_proxy_settings
439
+ title : Enable proxy settings
440
+ type : bool
441
+ default : " 0"
442
+ help_text : Enable HTTP_PROXY support for the Gitpod application. This is currently an experimental feature.
You can’t perform that action at this time.
0 commit comments