diff --git a/changelog/28825.txt b/changelog/28825.txt new file mode 100644 index 0000000000..6de7e12949 --- /dev/null +++ b/changelog/28825.txt @@ -0,0 +1,3 @@ +```release-note:improvement +website/docs: changed outdated reference to consul-helm repository to consul-k8s repository. +``` diff --git a/website/content/docs/platform/k8s/helm/configuration.mdx b/website/content/docs/platform/k8s/helm/configuration.mdx index 7674d32154..8f195e25ad 100644 --- a/website/content/docs/platform/k8s/helm/configuration.mdx +++ b/website/content/docs/platform/k8s/helm/configuration.mdx @@ -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. diff --git a/website/content/docs/platform/k8s/helm/run.mdx b/website/content/docs/platform/k8s/helm/run.mdx index af6781478e..f52a2c2603 100644 --- a/website/content/docs/platform/k8s/helm/run.mdx +++ b/website/content/docs/platform/k8s/helm/run.mdx @@ -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.