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

velero docs: Add missing provider param #1354

Merged
merged 1 commit into from
Jan 28, 2021
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
2 changes: 2 additions & 0 deletions docs/how-to-guides/backup-rook-ceph-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Create a file `velero.lokocfg` with the following contents:

```tf
component "velero" {
provider = "restic"

restic {
credentials = file("./credentials-velero")
backup_storage_location {
Expand Down