Skip to content

Commit ddae569

Browse files
Merge pull request #534 from openshift-cherrypick-robot/cherry-pick-532-to-release-4.7
[release-4.7] must-gather: use 'Always' pull policy
2 parents c50012b + 561c9cb commit ddae569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

must-gather/node-gather/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: node-probe
2323
image: MUST_GATHER_IMAGE
2424
command: ["/bin/bash", "-c", "echo ok > /tmp/healthy && sleep INF"]
25-
imagePullPolicy: IfNotPresent
25+
imagePullPolicy: Always
2626
resources:
2727
requests:
2828
cpu: "100m"

0 commit comments

Comments
 (0)