debugging version
This commit is contained in:
		
							parent
							
								
									b5c88ebe83
								
							
						
					
					
						commit
						29fbcff244
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		
							
								
								
									
										3
									
								
								helm.mk
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								helm.mk
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -6,6 +6,9 @@ start-helm:
 | 
			
		|||
	@- echo "\n### starting deployment with helmfile"
 | 
			
		||||
	@- echo "\n### setting kubernetes context to $(K8S_CONTEXT)"
 | 
			
		||||
	@ kubectl config use-context $(K8S_CONTEXT)
 | 
			
		||||
#
 | 
			
		||||
	@ echo "kubectl version"
 | 
			
		||||
	@- kubectl version
 | 
			
		||||
#
 | 
			
		||||
	@- echo "\n### create namespace $(NAMESPACE)"
 | 
			
		||||
	@- kubectl create namespace "$(NAMESPACE)" --dry-run=client -o yaml | kubectl apply -f - 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue