kubernetes: Fix Federation example in README (#1515)
Remove `fallthrough` from the federation example in the README. `fallthrough` isn't needed here and has no effect (federation has an implicit fallthrough for non-federated queries). It's inclusion is confusing.
This commit is contained in:
parent
2e894eb0a2
commit
d2bbe0103d
1 changed files with 0 additions and 2 deletions
|
@ -167,10 +167,8 @@ feature enables serving federated domains from the kubernetes clusters.
|
||||||
|
|
||||||
cluster.local {
|
cluster.local {
|
||||||
federation {
|
federation {
|
||||||
fallthrough
|
|
||||||
prod prod.example.org
|
prod prod.example.org
|
||||||
staging staging.example.org
|
staging staging.example.org
|
||||||
|
|
||||||
}
|
}
|
||||||
kubernetes
|
kubernetes
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue