Update 'deploy/install_helm.sh'
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#Install helm using snap
 | 
					#Install helm using snap
 | 
				
			||||||
apt install -y snapd
 | 
					apt install -y snapd
 | 
				
			||||||
snap install helm --classic
 | 
					snap install helm --channel=2.16/stable --classic
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#Init helm with an admin tiller pod.
 | 
					#Init helm with an admin tiller pod.
 | 
				
			||||||
kubectl create serviceaccount tiller -n kube-system
 | 
					kubectl create serviceaccount tiller -n kube-system
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user