Add documentation for vault-csi-provider namespace config (#11344)

This commit is contained in:
Tom Proctor 2021-04-14 14:53:15 +01:00 committed by GitHub
parent 0363fcd3fb
commit 1139ce7cce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,8 @@ The following parameters are supported by the Vault provider:
- `vaultAddress` `(string: "")` - The address of the Vault server.
- `vaultNamespace` `(string: "")` - The Vault [namespace](/docs/enterprise/namespaces) to use.
- `vaultSkipTLSVerify` `(string: "false")` - When set to true, skips verification of the Vault server
certificiate. Setting this to true is not recommended for production.