From 5a0d269eb04b142e5eccf8fbe009eaadd6782d53 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" <4903+rboyer@users.noreply.github.com> Date: Tue, 22 Jun 2021 10:57:03 -0500 Subject: [PATCH] docs: mention that service defaults upstream config sections should not contain wildcards (#10451) --- .../connect/config-entries/service-defaults.mdx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/website/content/docs/connect/config-entries/service-defaults.mdx b/website/content/docs/connect/config-entries/service-defaults.mdx index 9a326bac9d..ec35ab9e70 100644 --- a/website/content/docs/connect/config-entries/service-defaults.mdx +++ b/website/content/docs/connect/config-entries/service-defaults.mdx @@ -213,13 +213,13 @@ UpstreamConfig = { name: 'Name', type: 'string: ""', description: - 'The upstream name to apply the configuration to.', + 'The upstream name to apply the configuration to. This should not be set to the wildcard specifier `*`.', }, { name: 'Namespace', type: 'string: ""', description: - 'The namespace of the upstream.', + 'The namespace of the upstream. This should not be set to the wildcard specifier `*`.', }, { name: 'Protocol', @@ -327,18 +327,6 @@ UpstreamConfig = { type: 'UpstreamConfig: ', description: `Default configuration that applies to all upstreams of the given service.`, children: [ - { - name: 'Name', - type: 'string: ""', - description: - 'The upstream name to apply the configuration to.', - }, - { - name: 'Namespace', - type: 'string: ""', - description: - 'The namespace of the upstream.', - }, { name: 'Protocol', type: 'string: ""',