diff --git a/restore-backup/restore-ubuntu.yaml b/restore-backup/restore-ubuntu.yaml index 2f2199e..330616e 100644 --- a/restore-backup/restore-ubuntu.yaml +++ b/restore-backup/restore-ubuntu.yaml @@ -22,6 +22,8 @@ spec: volumeMounts: - name: restorevol mountPath: /mnt/restorevol/ + command: [ "/bin/bash", "-c", "--" ] # Let container sleep, so it does not close because of 'completion' + args: [ "while true; do sleep 30; done;" ] volumes: - name: restorevol persistentVolumeClaim: