docs: add missing csi mount config (#11518)

This commit is contained in:
Jason O'Donnell 2021-05-03 16:54:20 -04:00 committed by GitHub
parent 0946e46af6
commit 194f1b3937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ The following parameters are supported by the Vault provider:
- `vaultNamespace` `(string: "")` - The Vault [namespace](/docs/enterprise/namespaces) to use.
- `vaultKubernetesMountPath` `(string: "kubernetes")` - The mount path of the Kubernetes authentication
method in Vault.
- `vaultSkipTLSVerify` `(string: "false")` - When set to true, skips verification of the Vault server
certificiate. Setting this to true is not recommended for production.