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 11# This is a YAML-formatted file.
22# Declare variables to be passed into your templates.
33
4+ # Sets CVMFS_HTTP_PROXY in default.local.
5+ cmvfsHttpProxy : " http://ca-proxy.cern.ch:3128"
6+
47# Extra ConfigMaps to create and manage by the chart release.
58# These can be used e.g. when defining CVMFS client configuration.
69# ConfigMap data supports go-template expressions.
@@ -11,7 +14,7 @@ extraConfigMaps:
1114 cvmfs-csi-default-local :
1215 default.local : |
1316 CVMFS_USE_GEOAPI=yes
14- CVMFS_HTTP_PROXY="http://ca-proxy.cern.ch:3128"
17+ CVMFS_HTTP_PROXY={{ .Values.cmvfsHttpProxy }}
1518
1619 # It is advised to change these configurations in the cache section of
1720 # the helm values and leave them unchanged here, so they auto-generate.
You can’t perform that action at this time.
0 commit comments