File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
deployments/helm/cvmfs-csi Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# This is a YAML-formatted file.
2
2
# Declare variables to be passed into your templates.
3
3
4
+ # Sets CVMFS_HTTP_PROXY in default.local.
5
+ cmvfsHttpProxy : " http://ca-proxy.cern.ch:3128"
6
+
4
7
# Extra ConfigMaps to create and manage by the chart release.
5
8
# These can be used e.g. when defining CVMFS client configuration.
6
9
# ConfigMap data supports go-template expressions.
@@ -11,7 +14,7 @@ extraConfigMaps:
11
14
cvmfs-csi-default-local :
12
15
default.local : |
13
16
CVMFS_USE_GEOAPI=yes
14
- CVMFS_HTTP_PROXY="http://ca-proxy.cern.ch:3128"
17
+ CVMFS_HTTP_PROXY={{ .Values.cmvfsHttpProxy }}
15
18
16
19
# It is advised to change these configurations in the cache section of
17
20
# the helm values and leave them unchanged here, so they auto-generate.
You can’t perform that action at this time.
0 commit comments