Commit d2bbe010 authored by Chris O'Haver's avatar Chris O'Haver Committed by John Belamaric

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.
parent 2e894eb0
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment