Skip to content

Commit

Permalink
Merge pull request #6787 from kaovilai/fsb-yaml-example-r1.12
Browse files Browse the repository at this point in the history
cherry-pick: r1.12: Show yaml example of repository password: file-system-backup.md #6783
  • Loading branch information
Lyndon-Li authored Sep 8, 2023
2 parents 86e1a74 + fe1ade0 commit 506415e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion site/content/docs/main/file-system-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ There may be additional installation steps depending on the cloud provider plugi
[plugin specific documentation](supported-providers.md) for the must up to date information.

**Note:** Currently, Velero creates a secret named `velero-repo-credentials` in the velero install namespace, containing a default backup repository password.
You can update the secret with your own password encoded as base64 prior to the first backup (i.e., FS Backup, data mover) targeting to the backup repository. The value of the key to update is `Data[repository-password]`.
You can update the secret with your own password encoded as base64 prior to the first backup (i.e., FS Backup, data mover) targeting to the backup repository. The value of the key to update is
```
data:
repository-password: <custom-password>
```
Backup repository is created during the first execution of backup targeting to it after installing Velero with node agent. If you update the secret password after the first
backup which created the backup repository, then Velero will not be able to connect with the older backups.

Expand Down

0 comments on commit 506415e

Please sign in to comment.