Skip to content

Commit

Permalink
Update vanilla install notes with escape character note
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 8930bd7 commit d3f6822
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/vanilla.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ port = "443"
% kubectl -n <velero-namespace> create secret generic velero-vsphere-config-secret --from-file=csi-vsphere.conf
```

**NOTE:** If the configuration values contain [Golang escape characters](https://yourbasic.org/golang/multiline-string/), please ensure it is properly escaped. See example below.

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

### 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 Expand Up @@ -157,6 +161,7 @@ port = "443"
% kubectl -n <velero-namespace> create secret generic velero-vsphere-config-secret --from-file=csi-vsphere.conf
```


### Create Velero vSphere Plugin Configuration

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 d3f6822

Please sign in to comment.