docs: mention that service defaults upstream config sections should not contain wildcards (#10451)

pull/10452/head
R.B. Boyer 3 years ago committed by GitHub
parent 0a2b2a8198
commit 24a9402390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: <optional>',
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: ""',

Loading…
Cancel
Save