Skip to content

Commit 5a30c9d

Browse files
committed
fix: install blobfuse install error
1 parent ee5e61e commit 5a30c9d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
7 Bytes
Binary file not shown.

charts/latest/blob-csi-driver/templates/blobfuse-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
INSTALL_BLOBFUSE=${INSTALL_BLOBFUSE:-true}
5454
if (( "${INSTALL_BLOBFUSE}" == "true" ))
5555
then
56-
dpkg -i /tmp/packages-microsoft-prod.deb && apt-get install -y blobfuse=${BLOBFUSE_VERSION}
56+
dpkg -i /tmp/packages-microsoft-prod.deb && apt update && apt-get install -y blobfuse=${BLOBFUSE_VERSION}
5757
fi
5858
dpkg -i /tmp/blobfuse-proxy.deb
5959
rm -f /tmp/packages-microsoft-prod.deb /tmp/blobfuse-proxy.deb

0 commit comments

Comments
 (0)