fix(infra/k8s): Always pull a Nixery image
This commit is contained in:
parent
dd35be7add
commit
cb810687d5
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nixery
|
- name: nixery
|
||||||
image: eu.gcr.io/tazjins-infrastructure/nixery:demo
|
image: eu.gcr.io/tazjins-infrastructure/nixery:demo
|
||||||
|
imagePullPolicy: Always
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nixery-secrets
|
- name: nixery-secrets
|
||||||
mountPath: /var/nixery
|
mountPath: /var/nixery
|
||||||
|
|
Loading…
Reference in a new issue