We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc2311 commit 6f65533Copy full SHA for 6f65533
.circleci/config.yml
@@ -69,7 +69,9 @@ jobs:
69
# K8s 1.18 requires conntrack
70
# See: https://github.com/kubernetes/minikube/issues/7179
71
sudo apt install -y conntrack
72
- curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
+ - run:
73
+ name: Install Helm v3
74
+ command: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
75
- run:
76
name: Create new K8s cluster
77
command: sudo -E minikube start --vm-driver=none
0 commit comments