Skip to content

Commit 8c8489d

Browse files
committed
kmmo: Set imagePullPolicy to Always in on-premise build mode module
Set .spec.moduleLoader.container.imagePullPolicy to Always so KMM will always pull the latest image that is built by on-premise mode. For more details about image pull policy, visit https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting Signed-off-by: Hersh Pathak hersh.pathak@intel.com
1 parent 7575c8e commit 8c8489d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kmmo/intel-dgpu-on-premise-build-mode.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ metadata:
1818
spec:
1919
moduleLoader:
2020
container:
21+
imagePullPolicy: Always
2122
modprobe:
2223
moduleName: i915
2324
firmwarePath: /firmware

0 commit comments

Comments
 (0)