imagePullPolicy should be IfNotPresent
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user