imagePullPolicy should be IfNotPresent

This commit is contained in:
2025-06-27 18:42:23 -05:00
parent 479504e737
commit f600df55f0

View File

@ -17,7 +17,7 @@ spec:
containers:
- name: kubernaut
image: git.kill0.net/ryanc/kubernaut:0.2.2
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- name: sinatra-web
containerPort: 4567