Use posix shell

This commit is contained in:
Micke Nordin 2025-02-07 16:07:19 +01:00
parent d80e9a65b6
commit c31722a50e
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -57,4 +57,4 @@ spec:
mountPath: /backup_ipc
livenessProbe:
exec:
command: ["bash", "-c", "if test -f /backup_ipc/stop; then umount /backup_storage; exit 1; fi;"]
command: ["sh", "-c", "if test -f /backup_ipc/stop; then umount /backup_storage; exit 1; fi;"]