From 47517ced9ae0f2fc592fd2d8e8b82c989d11621f Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 4 Jan 2024 13:54:12 +0100 Subject: [PATCH] Fix typos --- docs/operations/backup_operator_installation_de.md | 2 +- docs/operations/backup_operator_installation_en.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/operations/backup_operator_installation_de.md b/docs/operations/backup_operator_installation_de.md index ea09b17..cdf0b71 100644 --- a/docs/operations/backup_operator_installation_de.md +++ b/docs/operations/backup_operator_installation_de.md @@ -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 ``` diff --git a/docs/operations/backup_operator_installation_en.md b/docs/operations/backup_operator_installation_en.md index 172b770..efeaf56 100644 --- a/docs/operations/backup_operator_installation_en.md +++ b/docs/operations/backup_operator_installation_en.md @@ -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 ```