diff --git a/ubuntu/bootstrap-ubuntu.sh b/ubuntu/bootstrap-ubuntu.sh index 8ece907..a32423e 100644 --- a/ubuntu/bootstrap-ubuntu.sh +++ b/ubuntu/bootstrap-ubuntu.sh @@ -81,10 +81,3 @@ systemctl enable kubelet && systemctl start kubelet kubeadm config images pull fi -if [ -z "$(which helm)" ]; then - curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /etc/apt/keyrings/helm.gpg > /dev/null - sudo chmod 644 /etc/apt/keyrings/helm.gpg - echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list - sudo apt-get update - sudo apt-get install -y helm -fi \ No newline at end of file