Skip to content

Commit df288d6

Browse files
author
Chris Russell
committed
remove tiller install step
1 parent a0b8ef0 commit df288d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
helm-lint:
1515
working_directory: ~/stackstorm-ha
1616
docker:
17-
# Pin Helm to v2.x, see https://github.com/StackStorm/stackstorm-ha/issues/98
1817
- image: lachlanevenson/k8s-helm:v3.3.4
1918
steps:
2019
- checkout
@@ -75,7 +74,6 @@ jobs:
7574
command: sudo -E minikube start --vm-driver=none
7675
environment:
7776
CHANGE_MINIKUBE_NONE_USER: true
78-
- helm/install-helm-on-cluster
7977
- run:
8078
name: Update stackstorm-ha chart dependencies
8179
command: helm dependency update

0 commit comments

Comments
 (0)