firmitas: update mountpoint for deployment and cronjob
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
7cccbeed79
commit
4b775d3a06
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue