Skip to content

Commit e8f200e

Browse files
authored
minor update to the guide
1 parent ecdf652 commit e8f200e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ kubectl -f kubernetes-resources/filestore-backups-cronjob-sample.yaml
345345

346346
If there is a problem with the cronjob container, you can inspect it by:
347347

348-
1. Add sleep timer to the container by editing google-filestore-backup-kubernetes-cronjobs/docker-resources/resources/filestore-backup.sh
348+
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.
349349

350350
```
351351
#!/bin/bash

0 commit comments

Comments
 (0)