From 194f1b3937cdb693a94feaed49f8ab6f0fc784f5 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Mon, 3 May 2021 16:54:20 -0400 Subject: [PATCH] docs: add missing csi mount config (#11518) --- website/content/docs/platform/k8s/csi/configurations.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/docs/platform/k8s/csi/configurations.mdx b/website/content/docs/platform/k8s/csi/configurations.mdx index 4c0ee2c9a..9b9746b18 100644 --- a/website/content/docs/platform/k8s/csi/configurations.mdx +++ b/website/content/docs/platform/k8s/csi/configurations.mdx @@ -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.