From 4f15f83dc64e2a9a95cb6b989719838b1f97015b Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Thu, 7 Jan 2021 11:40:59 -0800 Subject: [PATCH] Reword redirect docs for clarity (#9504) --- .../docs/agent/config-entries/service-resolver.mdx | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/website/content/docs/agent/config-entries/service-resolver.mdx b/website/content/docs/agent/config-entries/service-resolver.mdx index e8d2f85b16..4bb72f0493 100644 --- a/website/content/docs/agent/config-entries/service-resolver.mdx +++ b/website/content/docs/agent/config-entries/service-resolver.mdx @@ -277,18 +277,12 @@ spec: name: 'Redirect', type: 'ServiceResolverRedirect: ', description: { - hcl: `When configured, all - attempts to resolve the service this resolver defines will be substituted for - the supplied redirect EXCEPT when the redirect has already been applied. + hcl: `When configured, all attempts to resolve the service this resolver defines will be substituted for the supplied redirect EXCEPT when the redirect has already been applied.

- When substituting the supplied redirect into the all other fields besides - \`Kind\`, \`Name\`, and \`Redirect\` will be ignored.`, - yaml: `When configured, all - attempts to resolve the service this resolver defines will be substituted for - the supplied redirect EXCEPT when the redirect has already been applied. + When \`Redirect\` is set, all other fields besides \`Kind\`, \`Name\`, \`Namespace\` and \`Redirect\` will be ignored.`, + yaml: `When configured, all attempts to resolve the service this resolver defines will be substituted for the supplied redirect EXCEPT when the redirect has already been applied.

- When substituting the supplied redirect into the all other fields besides - \`redirect\` will be ignored.`, + When \`redirect\` is set, all other fields besides \`redirect\` will be ignored.`, }, children: [ {