Skip to content

Commit

Permalink
docs: add missing csi mount config (hashicorp#11518)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell committed May 3, 2021
1 parent d250501 commit 60578dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/content/docs/platform/k8s/csi/configurations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 60578dc

Please sign in to comment.