Skip to content

Commit

Permalink
helmsman automatically updates helm lists, no need to do it implicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
polatengin committed May 13, 2020
1 parent f772a21 commit d3bdee7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions infra/scripts/deploy-to-aks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ if ! [ -x "$(command -v helm)" ]; then
curl -Ls https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | DESIRED_VERSION=v3.2.1 bash
fi

# update helm repos

helm repo update

# install required plugins

helm plugin list | grep -cE ^diff>/dev/null || helm plugin install "https://github.com/databus23/helm-diff" --version 3.1.1
Expand Down

0 comments on commit d3bdee7

Please sign in to comment.