docs: fixed broken url

This commit is contained in:
Karl Cardenas 2022-04-21 09:37:36 -07:00
parent 8898d4eb1f
commit 3d2b04684d
No known key found for this signature in database
GPG Key ID: 0AC61D76B41F1EDC
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -1274,4 +1274,9 @@ module.exports = [
destination: '/docs/api-gateway/consul-api-gateway-install',
permanent: true,
},
{
source: '/docs/k8s/installation/vault/connect-ca',
destination: '/docs/k8s/installation/vault/data-integration/connect-ca',
permanent: true,
},
]