From 620a92d434e237dfe522299275e0c174fd36b638 Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Tue, 5 Jan 2021 14:10:00 -0800 Subject: [PATCH] Reword redirect docs for clarity --- .../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 4d35b2e4f2..a833dba647 100644 --- a/website/content/docs/agent/config-entries/service-resolver.mdx +++ b/website/content/docs/agent/config-entries/service-resolver.mdx @@ -272,18 +272,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: [ {