Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion deployments/helm/cvmfs-csi/values.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down