website: Fix circular redirect with TLS on existing cluster

Fix an issue where /docs/k8s/operations/tls-on-existing-cluster would
never load when navigating directly to the URL because of a circular
redirect.
pull/10698/head
Blake Covarrubias 2021-07-18 22:01:02 -07:00 committed by hc-github-team-consul-core
parent c469c701fe
commit 2e044acd90
1 changed files with 0 additions and 5 deletions

View File

@ -178,11 +178,6 @@ module.exports = [
destination: '/docs/k8s/uninstall',
permanent: true,
},
{
source: '/docs/k8s/operations/tls-on-existing-cluster',
destination: '/docs/k8s/tls-on-existing-cluster',
permanent: true,
},
{
source: '/docs/agent/services',
destination: '/docs/discovery/services',