mirror of https://github.com/status-im/consul.git
Merge pull request #12839 from hashicorp/ca-page-fix
docs: fixed broken url
This commit is contained in:
commit
31ba04484f
|
@ -21,7 +21,7 @@ To configure an external CA provider via the Consul Helm chart, you need to foll
|
||||||
1. Create a Kubernetes secret containing the configuration file.
|
1. Create a Kubernetes secret containing the configuration file.
|
||||||
1. Reference the Kubernetes secret in the [`server.extraVolumes`](/docs/k8s/helm#v-server-extravolumes) value in the Helm chart.
|
1. Reference the Kubernetes secret in the [`server.extraVolumes`](/docs/k8s/helm#v-server-extravolumes) value in the Helm chart.
|
||||||
|
|
||||||
To configure the Vault Connect Provider please see [Vault as the Service Mesh Certificate Provider on Kubernetes](/docs/k8s/installation/vault/connect-ca).
|
To configure the Vault Connect Provider please see [Vault as the Service Mesh Certificate Provider on Kubernetes](/docs/k8s/installation/vault/data-integration/connect-ca).
|
||||||
|
|
||||||
|
|
||||||
~> **NOTE:** The following instructions are only valid for Consul-k8s 0.37.0 and prior.
|
~> **NOTE:** The following instructions are only valid for Consul-k8s 0.37.0 and prior.
|
||||||
|
|
|
@ -1274,4 +1274,9 @@ module.exports = [
|
||||||
destination: '/docs/api-gateway/consul-api-gateway-install',
|
destination: '/docs/api-gateway/consul-api-gateway-install',
|
||||||
permanent: true,
|
permanent: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: '/docs/k8s/installation/vault/connect-ca',
|
||||||
|
destination: '/docs/k8s/installation/vault/data-integration/connect-ca',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue