From 154fed655e64d1432179528e0c42c94ce02ee5d9 Mon Sep 17 00:00:00 2001 From: Varun Srinivasan Date: Thu, 2 May 2024 12:06:46 -0700 Subject: [PATCH] More examples of password configurations Signed-off-by: Varun Srinivasan --- docs/vanilla.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/vanilla.md b/docs/vanilla.md index 39231070..d1cac957 100644 --- a/docs/vanilla.md +++ b/docs/vanilla.md @@ -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