Skip to content

Commit

Permalink
Merge pull request #72 from jkaninda/docs
Browse files Browse the repository at this point in the history
docs: update Kubernetes deployment
  • Loading branch information
jkaninda authored Sep 12, 2024
2 parents 55f6a11 + 334fbc3 commit e94c66c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/how-tos/restore-from-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
command:
- /bin/sh
- -c
- bkup restore -s s3 --path /custom_path -f store_20231219_022941.sql.gz
- restore -s s3 --path /custom_path -f store_20231219_022941.sql.gz
env:
- name: DB_PORT
value: "5432"
Expand Down
2 changes: 1 addition & 1 deletion docs/how-tos/restore-from-ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
command:
- /bin/sh
- -c
- bkup restore -s ssh -f store_20231219_022941.sql.gz
- restore -s ssh -f store_20231219_022941.sql.gz
env:
- name: DB_PORT
value: "5432"
Expand Down

0 comments on commit e94c66c

Please sign in to comment.