set image pull policy to ifnotpresent
This commit is contained in:
parent
ad8cea68cf
commit
0fd498d4d3
|
|
@ -13,6 +13,7 @@ spec:
|
|||
containers:
|
||||
- name: postgres-operator
|
||||
image: pierone.example.com/acid/postgres-operator:0.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: MY_POD_NAMESPACE
|
||||
valueFrom:
|
||||
|
|
|
|||
Loading…
Reference in New Issue