Skip to content

Commit 8675d27

Browse files
committed
fix: blobfuse install issue in blobfuse-proxy deployment
1 parent 7a2d559 commit 8675d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/blobfuse-proxy/blobfuse-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
if (( "${INSTALL_BLOBFUSE}" == "true" ))
4848
then
4949
dpkg -i /tmp/packages-microsoft-prod.deb
50-
apt-get update && apt-get install -y blobfuse
50+
apt-get install -y blobfuse
5151
fi
5252
dpkg -i /tmp/blobfuse-proxy-v0.1.0.deb
5353
mkdir -p /var/lib/kubelet/plugins/blob.csi.azure.com

0 commit comments

Comments
 (0)