mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-29 01:04:15 -04:00 
			
		
		
		
	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:
		
				
					committed by
					
						 John Belamaric
						John Belamaric
					
				
			
			
				
	
			
			
			
						parent
						
							2e894eb0a2
						
					
				
				
					commit
					d2bbe0103d
				
			| @@ -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 | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user