Merge pull request #12839 from hashicorp/ca-page-fix

docs: fixed broken url
This commit is contained in:
Karl Cardenas 2022-04-21 09:43:18 -07:00 committed by GitHub
commit 793eceacb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
},
]