Skip to content

Commit

Permalink
Update doc for special char handling (#588)
Browse files Browse the repository at this point in the history
Signed-off-by: xing-yang <[email protected]>
  • Loading branch information
xing-yang authored Jul 30, 2024
1 parent 024c0e5 commit f71973e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/vanilla.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ Examples:
- VC password: `pwd\123`
- Config file: `password = "pwd\\123"`
- VC password: `pwd\nWithNewline`
- Config file: `password = "password\\nWithNewLine""`
- Config file: `password = "pwd\\nWithNewLine"`
- VC password: `Admin!23\'"`
- Config file: `password = "Admin!23\\'\""`
- Config file: `password = "Admin!23\\\'\""`

### Create Velero vSphere Plugin Config

Expand Down

0 comments on commit f71973e

Please sign in to comment.