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 7089e52 commit c801725Copy full SHA for c801725
deploy/csi-blobfuse-controller.yaml
@@ -67,7 +67,7 @@ spec:
67
- name: socket-dir
68
mountPath: /csi
69
- name: blobfuse
70
- image: mcr.microsoft.com/k8s/csi/blobfuse-csi:latest
+ image: mcr.microsoft.com/k8s/csi/blobfuse-csi:v0.3.0
71
args:
72
- "--v=5"
73
- "--endpoint=$(CSI_ENDPOINT)"
deploy/csi-blobfuse-node.yaml
@@ -48,7 +48,7 @@ spec:
48
- name: registration-dir
49
mountPath: /registration
50
51
52
53
54
0 commit comments