From e8f200efcb504df074672a83e6156e69e532a378 Mon Sep 17 00:00:00 2001 From: sreesanpd Date: Thu, 6 Aug 2020 16:25:04 +0200 Subject: [PATCH] minor update to the guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ef8730..54a8175 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ kubectl -f kubernetes-resources/filestore-backups-cronjob-sample.yaml If there is a problem with the cronjob container, you can inspect it by: -1. Add sleep timer to the container by editing google-filestore-backup-kubernetes-cronjobs/docker-resources/resources/filestore-backup.sh +1. Add sleep timer to the container by editing google-filestore-backup-kubernetes-cronjobs/docker-resources/resources/filestore-backup.sh. Otherwise the container will immediately get deleted after running the job. ``` #!/bin/bash