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.
This commit is contained in:
Blake Covarrubias 2021-07-18 22:01:02 -07:00 committed by Blake Covarrubias
parent aa97ed5ac6
commit 85c36bd229
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',