From bdf2615eb053d557199322eff50ce6960260a0f9 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Mon, 3 Dec 2018 14:34:27 -0700 Subject: [PATCH] fix indendation of BSL config in docs Signed-off-by: Steve Kriss --- docs/api-types/backupstoragelocation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api-types/backupstoragelocation.md b/docs/api-types/backupstoragelocation.md index 15218a4c6..10f80bb0c 100644 --- a/docs/api-types/backupstoragelocation.md +++ b/docs/api-types/backupstoragelocation.md @@ -20,8 +20,8 @@ spec: provider: aws objectStorage: bucket: myBucket - config: - region: us-west-2 + config: + region: us-west-2 ``` ### Parameter Reference @@ -36,13 +36,13 @@ The configurable parameters are as follows: | `objectStorage` | ObjectStorageLocation | Specification of the object storage for the given provider. | | `objectStorage/bucket` | String | Required Field | The storage bucket where backups are to be uploaded. | | `objectStorage/prefix` | String | Optional Field | The directory inside a storage bucket where backups are to be uploaded. | -| `objectStorage/config` | map[string]string

(See the corresponding [AWS][0], [GCP][1], and [Azure][2]-specific configs or your provider's documentation.) | None (Optional) | Configuration keys/values to be passed to the cloud provider for backup storage. | +| `config` | map[string]string

(See the corresponding [AWS][0], [GCP][1], and [Azure][2]-specific configs or your provider's documentation.) | None (Optional) | Configuration keys/values to be passed to the cloud provider for backup storage. | #### AWS **(Or other S3-compatible storage)** -##### objectStorage/config +##### config | Key | Type | Default | Meaning | | --- | --- | --- | --- | @@ -54,7 +54,7 @@ The configurable parameters are as follows: #### Azure -##### objectStorage/config +##### config | Key | Type | Default | Meaning | | --- | --- | --- | --- |