Update 'deploy/install_helm.sh'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-02-18 21:26:16 +01:00
parent 8673acea3d
commit affbe46d96
1 changed files with 1 additions and 1 deletions

View File

@ -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