From d8de88f08f603b479a9ce5e0cd075e02449ded6e Mon Sep 17 00:00:00 2001 From: Tom Proctor Date: Mon, 12 Apr 2021 18:18:11 +0100 Subject: [PATCH] Add documentation for vault-csi-provider namespace config --- website/content/docs/platform/k8s/csi/configurations.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/docs/platform/k8s/csi/configurations.mdx b/website/content/docs/platform/k8s/csi/configurations.mdx index 79ba267d9ab2..86dc1c18e246 100644 --- a/website/content/docs/platform/k8s/csi/configurations.mdx +++ b/website/content/docs/platform/k8s/csi/configurations.mdx @@ -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.