[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:
Kajeepan Kandeepan 2024-11-09 01:24:13 +01:00 committed by GitHub
parent 3f6cf98055
commit c09ca8c124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

3
changelog/28825.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
website/docs: changed outdated reference to consul-helm repository to consul-k8s repository.
```

View File

@ -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.

View File

@ -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.