You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							8 lines
						
					
					
						
							338 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							8 lines
						
					
					
						
							338 B
						
					
					
				| local base = import "base.libsonnet"; | |
| // uncomment if you reference ksonnet-lib | |
| // local k = import "k.libsonnet"; | |
| 
 | |
| base + { | |
|   // Insert user-specified overrides here. For example if a component is named \"nginx-deployment\", you might have something like:\n") | |
|   // "nginx-deployment"+: k.deployment.mixin.metadata.labels({foo: "bar"}) | |
| }
 | |
| 
 |