Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix formatting backuprestore docs #20

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. | "" |