From 85c36bd2291e39b437f6662e4df2e223dcce62ea Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Sun, 18 Jul 2021 22:01:02 -0700 Subject: [PATCH] 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. --- website/redirects.next.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/website/redirects.next.js b/website/redirects.next.js index dbb5f8260..0ac540aa7 100644 --- a/website/redirects.next.js +++ b/website/redirects.next.js @@ -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',