Skip to content

Commit

Permalink
minor update to the guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sreesanpd authored Aug 6, 2020
1 parent ecdf652 commit e8f200e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8f200e

Please sign in to comment.