fix #27 - use imagePullPolicy: IfNotPresent for csi driver

This commit is contained in:
chihyuwu
2022-02-16 06:51:07 +00:00
parent 515bc7f0ed
commit f4cbfc8392
6 changed files with 6 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ spec:
- name: csi-plugin
securityContext:
privileged: true
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
image: synology/synology-csi:v1.0.1
args:
- --nodeid=$(KUBE_NODE_NAME)