Skip to content

Commit f0c2376

Browse files
committed
chore: set default imagePullPolicy
1 parent 1af1514 commit f0c2376

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

deploy/csi-azurefile-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ spec:
122122
memory: 20Mi
123123
- name: azurefile
124124
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
125+
imagePullPolicy: IfNotPresent
125126
args:
126127
- "--v=5"
127128
- "--endpoint=$(CSI_ENDPOINT)"

deploy/csi-azurefile-node-windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ spec:
6767
memory: 20Mi
6868
- name: azurefile
6969
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
70+
imagePullPolicy: IfNotPresent
7071
args:
7172
- --v=5
7273
- --endpoint=$(CSI_ENDPOINT)

deploy/csi-azurefile-node.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ spec:
6767
memory: 20Mi
6868
- name: azurefile
6969
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
70+
imagePullPolicy: IfNotPresent
7071
args:
7172
- "--v=5"
7273
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)