From f111a2a86e14911e32a13aff93f97841f31209c9 Mon Sep 17 00:00:00 2001 From: Pat Riehecky Date: Thu, 7 Aug 2025 12:51:39 -0500 Subject: [PATCH] Permit trivial override of CVMFS_HTTP_PROXY Signed-off-by: Pat Riehecky --- deployments/helm/cvmfs-csi/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deployments/helm/cvmfs-csi/values.yaml b/deployments/helm/cvmfs-csi/values.yaml index a1cb1aff..70d2cb2a 100644 --- a/deployments/helm/cvmfs-csi/values.yaml +++ b/deployments/helm/cvmfs-csi/values.yaml @@ -1,6 +1,9 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. +# Sets CVMFS_HTTP_PROXY in default.local. +cmvfsHttpProxy: "http://ca-proxy.cern.ch:3128" + # Extra ConfigMaps to create and manage by the chart release. # These can be used e.g. when defining CVMFS client configuration. # ConfigMap data supports go-template expressions. @@ -11,7 +14,7 @@ extraConfigMaps: cvmfs-csi-default-local: default.local: | CVMFS_USE_GEOAPI=yes - CVMFS_HTTP_PROXY="http://ca-proxy.cern.ch:3128" + CVMFS_HTTP_PROXY={{ .Values.cmvfsHttpProxy }} # It is advised to change these configurations in the cache section of # the helm values and leave them unchanged here, so they auto-generate.