Skip to content

Commit

Permalink
fix formatting backuprestore docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tppolkow committed May 30, 2024
1 parent 556503e commit 29cd232
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions content/docs/reference/backuprestore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ Additionally, restoring a backup to a new set of nodes is not yet supported for
## All fields


| Field | Description | Default
|------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| enabled | Enables backup/restore functionality. <br/>Valid values: true, false. | true
| storage_provider.type | What Storage Provider Type to use. <br/>Valid values: 'InCluster', 'External'. | InCluster
| storage_provider.in_cluster_options.exposed | Whether to expose InCluster (MinIO) storage via NodePort. <br/>Valid values: true, false. | true
| storage_provider.in_cluster_options.distributed | Whether to run MinIO in distributed mode. <br/>Valid values: true, false. | false
| storage_provider.external_options.provider | What External Provider to use. <br/>Valid values: Currently just 'aws'. | ""
| storage_provider.external_options.bucket | Name of the pre-created bucket to use for backup storage. | ""
| storage_provider.external_options.region | Region where the bucket exists. | ""
| storage_provider.external_options.credentials_file_path | Path to Credentials File. | ""
| storage_provider.external_options.credentials_file_profile | Profile in the Credentials file to use. | ""
| Field | Description | Default |
|------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|
| enabled | Enables backup/restore functionality. <br/>Valid values: true, false. | true |
| storage_provider.type | What Storage Provider Type to use. <br/>Valid values: 'InCluster', 'External'. | InCluster |
| storage_provider.in_cluster_options.exposed | Whether to expose InCluster (MinIO) storage via NodePort. <br/>Valid values: true, false. | true |
| storage_provider.in_cluster_options.distributed | Whether to run MinIO in distributed mode. <br/>Valid values: true, false. | false |
| storage_provider.external_options.provider | What External Provider to use. <br/>Valid values: Currently just 'aws'. | "" |
| storage_provider.external_options.bucket | Name of the pre-created bucket to use for backup storage. | "" |
| storage_provider.external_options.region | Region where the bucket exists. | "" |
| storage_provider.external_options.credentials_file_path | Path to Credentials File. | "" |
| storage_provider.external_options.credentials_file_profile | Profile in the Credentials file to use. | "" |

0 comments on commit 29cd232

Please sign in to comment.