Removed suspend again as it does not work how I had hoped

This commit is contained in:
Dreaded_X 2025-02-09 02:02:28 +01:00
parent 343b098453
commit 8370098b2f
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA
2 changed files with 4 additions and 2 deletions

View File

@ -24,4 +24,5 @@ spec:
path: ./apps path: ./apps
prune: true prune: true
wait: true wait: true
suspend: true # Uncomment this in case of disaster recovery
# suspend: true

View File

@ -48,4 +48,5 @@ spec:
path: ./infrastructure/configs path: ./infrastructure/configs
prune: true prune: true
wait: true wait: true
suspend: true # Uncomment this in case of disaster recovery
# suspend: true