Skip to content

Commit

Permalink
Format AWS envars
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandergrift committed Nov 4, 2024
1 parent 7b68d5e commit be66307
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions content/deploy/backup/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ To back up the database, follow these steps:
kubectl logs {{< param application_name >}}-baas-baas-alpha-0 --tail=80
```
1. Set the follow environmental variables:
- `AWS_ACCESS_KEY_ID` AWS access key with permissions to write to the destination bucket
- `AWS_SECRET_ACCESS_KEY` AWS access key with permissions to write to the destination bucket
- `AWS_SESSION_TOKEN` AWS session token (if required)
- `AWS_ACCESS_KEY_ID` your AWS access key with permissions to write to the destination bucket
- `AWS_SECRET_ACCESS_KEY` your AWS access key with permissions to write to the destination bucket
- `AWS_SESSION_TOKEN` your AWS session token (if required)

1. Open a pod shell for one of the alpha pods. If you are using the terminal, run this command:

Expand Down
6 changes: 3 additions & 3 deletions content/deploy/restore/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Before you start, ensure you have the following:
<!-- if procedure is very long, consider using h3s -->

1. Set the follow environmental variables:
- `AWS_ACCESS_KEY_ID` AWS access key with permissions to write to the destination bucket
- `AWS_SECRET_ACCESS_KEY` AWS access key with permissions to write to the destination bucket
- `AWS_SESSION_TOKEN` AWS session token (if required)
- `AWS_ACCESS_KEY_ID` your AWS access key with permissions to write to the destination bucket
- `AWS_SECRET_ACCESS_KEY` your AWS access key with permissions to write to the destination bucket
- `AWS_SESSION_TOKEN` your AWS session token (if required)

1. Confirm the cluster and namespace are correct.

Expand Down

0 comments on commit be66307

Please # to comment.