Skip to content

Commit 0046747

Browse files
committed
Permit trivial override of CVMFS_HTTP_PROXY
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
1 parent 9ff3132 commit 0046747

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deployments/helm/cvmfs-csi/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# This is a YAML-formatted file.
22
# Declare variables to be passed into your templates.
33

4+
# What CVMFS_HTTP_PROXY should we set it default.local
5+
CVMFS_HTTP_PROXY: "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.CVMFS_HTTP_PROXY }}
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.

0 commit comments

Comments
 (0)