add helm istallation

This commit is contained in:
Dmitry Shibanov
2020-03-17 16:46:13 +03:00
parent 106b6346da
commit 18e371964f
2 changed files with 30 additions and 0 deletions

View File

@@ -14,3 +14,7 @@ Install-Package -Name docker -ProviderName DockerMsftProvider -Force
Start-Service docker
choco install docker-compose -y
# Install helm
Write-Host "Install Helm"
choco install kubernetes-helm