mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
[Docs] update reference consul-helm url to consul-k8s (#28825)
* chore: update reference consul-helm url to consul-k8s * docs: add changelog --------- Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
This commit is contained in:
committed by
GitHub
parent
3f6cf98055
commit
c09ca8c124
3
changelog/28825.txt
Normal file
3
changelog/28825.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:improvement
|
||||
website/docs: changed outdated reference to consul-helm repository to consul-k8s repository.
|
||||
```
|
||||
@@ -930,7 +930,7 @@ and consider if they're appropriate for your deployment.
|
||||
- `ha` - This configures `ha` mode for the Vault server.
|
||||
|
||||
- `enabled` (`boolean: false`) -
|
||||
Enables `ha` mode for the Vault server. This mode uses a highly available backend storage (such as Consul) to store Vault's data. By default this is configured to use [Consul Helm](https://github.com/hashicorp/consul-helm). For a complete list of storage backends, see the [Vault documentation](/vault/docs/configuration).
|
||||
Enables `ha` mode for the Vault server. This mode uses a highly available backend storage (such as Consul) to store Vault's data. By default this is configured to use [Consul Helm](https://github.com/hashicorp/consul-k8s). For a complete list of storage backends, see the [Vault documentation](/vault/docs/configuration).
|
||||
|
||||
- `apiAddr`: (`string: "{}"`) -
|
||||
Set the API address configuration for a Vault cluster. If set to an empty string, the pod IP address is used.
|
||||
|
||||
@@ -117,7 +117,7 @@ $ helm install vault hashicorp/vault
|
||||
The Helm chart may be run in high availability (HA) mode. This installs three
|
||||
Vault servers with an existing Consul storage backend. It is suggested that
|
||||
Consul is installed via the [Consul Helm
|
||||
chart](https://github.com/hashicorp/consul-helm).
|
||||
chart](https://github.com/hashicorp/consul-k8s).
|
||||
|
||||
Install the latest Vault Helm chart in HA mode.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user