Skip to content

Commit

Permalink
backport of commit c09ca8c
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallepan authored Nov 9, 2024
1 parent bdcfe17 commit 40a00fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog/28825.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
website/docs: changed outdated reference to consul-helm repository to consul-k8s repository.
```
2 changes: 1 addition & 1 deletion website/content/docs/platform/k8s/helm/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/platform/k8s/helm/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 40a00fe

Please sign in to comment.