Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nhinze23 committed Jan 4, 2024
1 parent 0857b12 commit 47517ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/operations/backup_operator_installation_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Erstellung des Longhorn-Secrets für den Backup-Speicher:
```shell
kubectl create secret generic longhorn-backup-target --namespace=longhorn-system \
--from-literal=AWS_ENDPOINTS=https://192.168.56.1:9000 \
--from-literal=AWS_ACCESS_KEY_ID=MY-ACCESS-KEY \
--from-literal=AWS_ACCESS_KEY_ID=MY-ACCESS-KEY \
--from-literal=AWS_SECRET_ACCESS_KEY=MY-ACCESS-SECRET123
```

Expand Down
4 changes: 2 additions & 2 deletions docs/operations/backup_operator_installation_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ The secret can be created with the following example command:

```shell
kubectl create secret generic longhorn-backup-target --namespace=longhorn-system \
--from-literal=AWS_ENDPOINTS=https://192.168.56.1:9000 \
--from-literal=AWS_ACCESS_KEY_ID=MY-ACCESS-KEY \
--from-literal=AWS_ENDPOINTS=http://192.168.56.1:9000 \
--from-literal=AWS_ACCESS_KEY_ID=MY-ACCESS-KEY \
--from-literal=AWS_SECRET_ACCESS_KEY=MY-ACCESS-SECRET123
```

Expand Down

0 comments on commit 47517ce

Please sign in to comment.