Skip to content

Commit 561c9cb

Browse files
ffromaniopenshift-cherrypick-robot
authored andcommitted
must-gather: use 'Always' pull policy
Using the 'Always' pull policy improves the security of this flow and cost nothing in the common path, on which must-gather is run rarely if ever - so the first pull need to happen anyway. Signed-off-by: Francesco Romani <[email protected]>
1 parent ca598b4 commit 561c9cb

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)