open-consul/website/content/docs/connect/config-entries
Luke Kysow 6131a207cf
Remove Name/Namespace fields from upstream default (#11456)
The UpstreamConfig.Defaults field does not support setting Name or
Namespace because the purpose is to apply defaults to all upstreams.
I think this was just missed in the docs since those fields would
error if set under Defaults.

i.e. this is not supported:

```
UpstreamConfig {
  Defaults {
    Name = "foo"
    Namespace = "bar"
    # Defaults config here
  }
}
```
2021-11-02 14:21:15 -07:00
..
index.mdx docs: Remove beta tag for 1.10 features 2021-06-22 16:22:50 -07:00
ingress-gateway.mdx Wording improvements from review 2021-10-08 12:26:11 +01:00
mesh.mdx docs: Add JSON examples to all config entries 2021-08-10 15:34:28 -07:00
proxy-defaults.mdx docs: Add JSON examples to all config entries 2021-08-10 15:34:28 -07:00
service-defaults.mdx Remove Name/Namespace fields from upstream default (#11456) 2021-11-02 14:21:15 -07:00
service-intentions.mdx Merge pull request #10725 from hashicorp/banks-patch-3 2021-09-28 13:51:41 +01:00
service-resolver.mdx docs: Add JSON examples to all config entries 2021-08-10 15:34:28 -07:00
service-router.mdx Wording improvements from review 2021-10-08 12:26:11 +01:00
service-splitter.mdx Document HTTP Header manipulation options added in #10613 2021-09-27 14:46:15 +01:00
terminating-gateway.mdx docs: Add JSON examples to all config entries 2021-08-10 15:34:28 -07:00