firmitas: update mountpoint for deployment and cronjob

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2024-09-09 14:41:42 +01:00
parent 7cccbeed79
commit 4b775d3a06
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ spec:
restartPolicy: OnFailure
volumeMounts:
- name: "{{ firmitas_application_name }}-configuration-secret-volume"
mountPath: "/etc/firmitas/"
mountPath: "/tmp/firmitas/"
volumes:
- name: "{{ firmitas_application_name }}-configuration-secret-volume"
secret:

View file

@ -57,7 +57,7 @@ spec:
memory: 256Mi
volumeMounts:
- name: "{{ firmitas_application_name }}-configuration-secret-volume"
mountPath: "/etc/firmitas/"
mountPath: "/tmp/firmitas/"
volumes:
- name: "{{ firmitas_application_name }}-configuration-secret-volume"
secret: