Fix typo in documentation (#15530)

This commit is contained in:
claudex 2022-05-20 14:22:57 +02:00 committed by GitHub
parent 201ac71da6
commit 226d7c4c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ and consider if they're appropriate for your deployment.
- `apiAddr`: (`string: "{}"`) -
Set the API address configuration for a Vault cluster. If set to an empty string, the pod IP address is used.
- `clusterAddr` (`string: null`) - Set the [`cluster_addr`](https://www.vaultproject.io/docs/configuration#cluster_addr) confuguration for Vault HA.
- `clusterAddr` (`string: null`) - Set the [`cluster_addr`](https://www.vaultproject.io/docs/configuration#cluster_addr) configuration for Vault HA.
If null, defaults to `https://$(HOSTNAME).{{ template "vault.fullname" . }}-internal:8201`.
- `raft` - This configures `raft` integrated storage mode for the Vault server.