Skip to content

Commit 8598943

Browse files
authored
Merge pull request #7666 from killianmuldoon/pr-change-test-extention-pullpolicy
🌱 Change test-extension pull policy to IfNotPresent
2 parents 9702ce5 + 9d5e288 commit 8598943

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/extension/config/default/manager_pull_policy.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ spec:
77
spec:
88
containers:
99
- name: manager
10-
imagePullPolicy: Always
10+
# No image is currently published for the test extension.
11+
# To run locally either pre-load the image onto the control-plane nodes or change the manager_image_patch.yaml
12+
# image ref to a registry with an up-to-date test-extension image.
13+
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)