Skip to content

Commit 5f40bc6

Browse files
authored
feat: make CVMFS_HTTP_PROXY configurable via helm values(#159)
Signed-off-by: Pat Riehecky <[email protected]>
1 parent 9ff3132 commit 5f40bc6

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+
# 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.

0 commit comments

Comments
 (0)