mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
fix(zfspv): changing image pull policy to IfNotPresent
to make it not pull the image all the time. Also, it needed so that while doing integration test, it uses the local image we just build, instead of fetching the image from the dockerhub or quay so that we can run ci on the locally built image. Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
523e862159
commit
7ab6156b98
1 changed files with 2 additions and 2 deletions
|
|
@ -162,7 +162,7 @@ spec:
|
|||
mountPath: /var/lib/csi/sockets/pluginproxy/
|
||||
- name: openebs-zfs-plugin
|
||||
image: quay.io/openebs/zfs-driver:ci
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: OPENEBS_CONTROLLER_DRIVER
|
||||
value: controller
|
||||
|
|
@ -391,7 +391,7 @@ spec:
|
|||
add: ["CAP_MKNOD", "CAP_SYS_ADMIN", "SYS_ADMIN"]
|
||||
allowPrivilegeEscalation: true
|
||||
image: quay.io/openebs/zfs-driver:ci
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "--nodeid=$(OPENEBS_NODE_ID)"
|
||||
- "--endpoint=$(OPENEBS_CSI_ENDPOINT)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue