Skip to content

Commit

Permalink
More examples of password configurations
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Srinivasan <varuns6@vmware.com>
  • Loading branch information
varunsrinivasan2 committed May 2, 2024
1 parent d3f6822 commit 154fed6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/vanilla.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ port = "443"

If your VC password is `pwd\123`, the configuration file's password key-value should be `password = "pwd\\123"`.

Examples:

- VC password: `pwd\123`
- Config file: `password = "pwd\\123"`
- VC password: `pwd\nWithNewline`
- Config file: `password = "password\\nWithNewLine""`
- VC password: `Admin!23\'"`
- Config file: `password = "Admin!23\\'\""`

### Create Velero vSphere Plugin Config

The config map provides information about the cluster flavor and VC Credential Secret created in the previous step during
Expand Down

0 comments on commit 154fed6

Please sign in to comment.