Skip to content

Commit

Permalink
Merge pull request #534 from openshift-cherrypick-robot/cherry-pick-5…
Browse files Browse the repository at this point in the history
…32-to-release-4.7

[release-4.7] must-gather: use 'Always' pull policy
  • Loading branch information
openshift-merge-robot authored Feb 3, 2021
2 parents c50012b + 561c9cb commit ddae569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion must-gather/node-gather/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: node-probe
image: MUST_GATHER_IMAGE
command: ["/bin/bash", "-c", "echo ok > /tmp/healthy && sleep INF"]
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
resources:
requests:
cpu: "100m"
Expand Down

0 comments on commit ddae569

Please sign in to comment.