Skip to content

Commit 5546924

Browse files
authored
chore: make integration service imagePullPolicy Always for dev (#6171)
Set the imagePullPolicy for the integration service controller manager to 'Always' in development environmnts. This will help speed up iteration for integration team devs Signed-off-by: Ryan Cole <[email protected]>
1 parent 2b48a81 commit 5546924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: components/integration/development/manager_resources_patch.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: manager
11+
imagePullPolicy: Always
1112
resources:
1213
limits:
1314
cpu: 500m

0 commit comments

Comments
 (0)