Change imagePullPolicy of uninstall job to IfNotPresent

Signed-off-by: David Ko <dko@suse.com>
This commit is contained in:
David Ko 2022-03-08 13:30:55 +08:00
parent 7be7109e65
commit 9a36732ebd

View File

@ -102,7 +102,7 @@ spec:
containers: containers:
- name: longhorn-uninstall - name: longhorn-uninstall
image: longhornio/longhorn-manager:master-head image: longhornio/longhorn-manager:master-head
imagePullPolicy: Always imagePullPolicy: IfNotPresent
securityContext: securityContext:
privileged: true privileged: true
command: command: