firmitas: add missing required value to cronjob onRestart policy
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
23a07fbcaa
commit
5b227a2e93
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ spec:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
|
restartPolicy: never
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: "{{ firmitas_application_name }}-configuration-secret-volume"
|
- name: "{{ firmitas_application_name }}-configuration-secret-volume"
|
||||||
mountPath: "/tmp/firmitas/conf/"
|
mountPath: "/tmp/firmitas/conf/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue