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:
Chris O'Haver 2018-02-09 15:40:50 -05:00 committed by John Belamaric
parent 2e894eb0a2
commit d2bbe0103d

View file

@ -167,10 +167,8 @@ feature enables serving federated domains from the kubernetes clusters.
cluster.local {
federation {
fallthrough
prod prod.example.org
staging staging.example.org
}
kubernetes
}