Use posix shell
This commit is contained in:
parent
d80e9a65b6
commit
c31722a50e
1 changed files with 1 additions and 1 deletions
|
@ -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;"]
|
||||
|
|
Loading…
Add table
Reference in a new issue