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 ae8392c commit 262d876Copy full SHA for 262d876
deploy/csi-blob-controller.yaml
@@ -64,7 +64,7 @@ spec:
64
memory: 20Mi
65
- name: blob
66
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
67
- imagePullPolicy: IfNotPresent
+ imagePullPolicy: Always
68
args:
69
- "--v=5"
70
- "--endpoint=$(CSI_ENDPOINT)"
deploy/csi-blob-node.yaml
@@ -77,7 +77,7 @@ spec:
77
78
79
80
81
82
83
0 commit comments