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:
parent
8673acea3d
commit
affbe46d96
@ -2,7 +2,7 @@
|
||||
|
||||
#Install helm using snap
|
||||
apt install -y snapd
|
||||
snap install helm --classic
|
||||
snap install helm --channel=2.16/stable --classic
|
||||
|
||||
#Init helm with an admin tiller pod.
|
||||
kubectl create serviceaccount tiller -n kube-system
|
||||
|
Loading…
Reference in New Issue
Block a user