diff --git a/content/docs/reference/backuprestore/README.md b/content/docs/reference/backuprestore/README.md
index 471fb656..f2bdae84 100644
--- a/content/docs/reference/backuprestore/README.md
+++ b/content/docs/reference/backuprestore/README.md
@@ -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.
Valid values: true, false. | true
-| storage_provider.type | What Storage Provider Type to use.
Valid values: 'InCluster', 'External'. | InCluster
-| storage_provider.in_cluster_options.exposed | Whether to expose InCluster (MinIO) storage via NodePort.
Valid values: true, false. | true
-| storage_provider.in_cluster_options.distributed | Whether to run MinIO in distributed mode.
Valid values: true, false. | false
-| storage_provider.external_options.provider | What External Provider to use.
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. | ""
\ No newline at end of file
+| Field | Description | Default |
+|------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|
+| enabled | Enables backup/restore functionality.
Valid values: true, false. | true |
+| storage_provider.type | What Storage Provider Type to use.
Valid values: 'InCluster', 'External'. | InCluster |
+| storage_provider.in_cluster_options.exposed | Whether to expose InCluster (MinIO) storage via NodePort.
Valid values: true, false. | true |
+| storage_provider.in_cluster_options.distributed | Whether to run MinIO in distributed mode.
Valid values: true, false. | false |
+| storage_provider.external_options.provider | What External Provider to use.
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. | "" |
\ No newline at end of file