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.
2 parents 03eb784 + 45f5e30 commit cae76c1Copy full SHA for cae76c1
deploy/blobfuse-proxy/blobfuse-proxy.yaml
@@ -44,11 +44,8 @@ spec:
44
- '-c'
45
- |
46
set -xe
47
- if (( "${INSTALL_BLOBFUSE}" == "true" ))
48
- then
49
- dpkg -i /tmp/packages-microsoft-prod.deb
50
- apt-get install -y blobfuse
51
- fi
+ dpkg -i /tmp/packages-microsoft-prod.deb
+ apt-get install -y blobfuse
52
dpkg -i /tmp/blobfuse-proxy-v0.1.0.deb
53
mkdir -p /var/lib/kubelet/plugins/blob.csi.azure.com
54
echo "Enabling blobfuse proxy systemctl service"
@@ -62,9 +59,6 @@ spec:
62
59
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
63
60
imagePullPolicy: IfNotPresent
64
61
name: sysctl-install-blobfuse-proxy
65
- env:
66
- - name: INSTALL_BLOBFUSE
67
- value: "true"
68
resources:
69
requests:
70
cpu: 10m
0 commit comments