Skip to content

Commit 6f65533

Browse files
author
Chris Russell
committed
install helm v3
1 parent ddc2311 commit 6f65533

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ jobs:
6969
# K8s 1.18 requires conntrack
7070
# See: https://github.com/kubernetes/minikube/issues/7179
7171
sudo apt install -y conntrack
72-
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
72+
- run:
73+
name: Install Helm v3
74+
command: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
7375
- run:
7476
name: Create new K8s cluster
7577
command: sudo -E minikube start --vm-driver=none

0 commit comments

Comments
 (0)