mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-05-08 14:02:39 +00:00
fix #27 - use imagePullPolicy: IfNotPresent for csi driver
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user