We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5e61e commit 5a30c9dCopy full SHA for 5a30c9d
charts/latest/blob-csi-driver-v1.8.0.tgz
7 Bytes
charts/latest/blob-csi-driver/templates/blobfuse-proxy.yaml
@@ -53,7 +53,7 @@ spec:
53
INSTALL_BLOBFUSE=${INSTALL_BLOBFUSE:-true}
54
if (( "${INSTALL_BLOBFUSE}" == "true" ))
55
then
56
- dpkg -i /tmp/packages-microsoft-prod.deb && apt-get install -y blobfuse=${BLOBFUSE_VERSION}
+ dpkg -i /tmp/packages-microsoft-prod.deb && apt update && apt-get install -y blobfuse=${BLOBFUSE_VERSION}
57
fi
58
dpkg -i /tmp/blobfuse-proxy.deb
59
rm -f /tmp/packages-microsoft-prod.deb /tmp/blobfuse-proxy.deb
0 commit comments