docs: add missing csi mount config (#11518)
This commit is contained in:
parent
0946e46af6
commit
194f1b3937
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue