diff --git a/cluster/gce/config-common.sh b/cluster/gce/config-common.sh index 46705fa28bb..0fb2436cc8a 100644 --- a/cluster/gce/config-common.sh +++ b/cluster/gce/config-common.sh @@ -164,4 +164,4 @@ export WINDOWS_INFRA_CONTAINER="k8s.gcr.io/pause:3.5" # Storage Path for csi-proxy. csi-proxy only needs to be installed for Windows. export CSI_PROXY_STORAGE_PATH="https://storage.googleapis.com/gke-release/csi-proxy" # Version for csi-proxy -export CSI_PROXY_VERSION="v0.2.2-gke.0" +export CSI_PROXY_VERSION="${CSI_PROXY_VERSION:-v0.2.2-gke.0}"