Skip to content

Commit da7c2e0

Browse files
committed
chore: update blobfuse-proxy install script
1 parent a2a19c8 commit da7c2e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/blobfuse-proxy/blobfuse-proxy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ spec:
4646
set -xe
4747
dpkg -i /tmp/packages-microsoft-prod.deb
4848
apt-get install -y blobfuse
49-
dpkg -i /tmp/blobfuse-proxy-v0.1.0.deb
49+
dpkg -i /tmp/blobfuse-proxy.deb
50+
rm -f /tmp/packages-microsoft-prod.deb /tmp/blobfuse-proxy.deb
5051
mkdir -p /var/lib/kubelet/plugins/blob.csi.azure.com
5152
echo "Enabling blobfuse proxy systemctl service"
5253
systemctl daemon-reload

0 commit comments

Comments
 (0)