Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
docs: fix formatting for Velero component
Browse files Browse the repository at this point in the history
This commit fixes the formatting for the configuration reference
documentation of Velero component.

Signed-off-by: Imran Pochi <imran@kinvolk.io>
  • Loading branch information
ipochi committed Feb 11, 2021
1 parent ccb6177 commit 03ebe0e
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions docs/configuration-reference/components/velero.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,64 +31,64 @@ Velero component configuration example:
# velero.lokocfg
component "velero" {
# provider = "azure/openebs/restic"
# azure {
# # Required arguments.
# subscription_id = "9e5ac23c-6df8-44c4-9790-6f6decf96268"
# tenant_id = "78bdc534-b34f-4bda-a6ca-6df52915b0b5"
# client_id = "d44117a8-b69d-437b-9073-e4e3b25e164a"
# client_secret = "c26f9698-a563-409e-87ee-4dcf96007b73"
# resource_group = "my-resource-group"
# provider = "azure/openebs/restic"
# azure {
# # Required arguments.
# subscription_id = "9e5ac23c-6df8-44c4-9790-6f6decf96268"
# tenant_id = "78bdc534-b34f-4bda-a6ca-6df52915b0b5"
# client_id = "d44117a8-b69d-437b-9073-e4e3b25e164a"
# client_secret = "c26f9698-a563-409e-87ee-4dcf96007b73"
# resource_group = "my-resource-group"
#
# backup_storage_location {
# resource_group = "my-resource-group"
# storage_account = "mybackupstorageaccount"
# bucket = "backupscontainer"
# }
# backup_storage_location {
# resource_group = "my-resource-group"
# storage_account = "mybackupstorageaccount"
# bucket = "backupscontainer"
# }
#
# # Optional parameters
# volume_snapshot_location {
# resource_group = "my-resource-group"
# api_timeout = "10m"
# }
# }
# openebs {
# credentials = file("cloud-credentails-file")
# provider = "aws"
#
# backup_storage_location {
# provider = "aws"
# region = "my-region"
# bucket = "my-bucket"
# name = "my-backup-location"
# }
# # Optional parameters
# volume_snapshot_location {
# resource_group = "my-resource-group"
# api_timeout = "10m"
# }
# }
#
# volume_snapshot_location {
# bucket = "my-bucket"
# region = "my-region"
# provider = "aws"
# name = "my-snapshot-location"
# prefix = "backup-prefix"
# local = false
# openebs {
# credentials = file("cloud-credentails-file")
# provider = "aws"
#
# openebs_namespace = "openebs"
# backup_storage_location {
# provider = "aws"
# region = "my-region"
# bucket = "my-bucket"
# name = "my-backup-location"
# }
#
# s3_url = "mybucket.example.com"
# }
# }
# restic {
# credentials = file("cloud-credentials-file")
# volume_snapshot_location {
# bucket = "my-bucket"
# region = "my-region"
# provider = "aws"
# name = "my-snapshot-location"
# prefix = "backup-prefix"
# local = false
#
# openebs_namespace = "openebs"
#
# s3_url = "mybucket.example.com"
# }
# }
#
# restic {
# credentials = file("cloud-credentials-file")
#
# require_volume_annotation = true
# require_volume_annotation = true
#
# backup_storage_location {
# provider = "aws"
# bucket = "my-bucket"
# name = "my-backup-location"
# }
# }
# backup_storage_location {
# provider = "aws"
# bucket = "my-bucket"
# name = "my-backup-location"
# }
# }
# Optional.
metrics {
Expand Down

0 comments on commit 03ebe0e

Please sign in to comment.