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 81df3ca commit c5821bfCopy full SHA for c5821bf
.circleci/config.yml
@@ -78,7 +78,10 @@ jobs:
78
command: sudo -E minikube start --vm-driver=none
79
environment:
80
CHANGE_MINIKUBE_NONE_USER: true
81
- - helm/install-helm-on-cluster
+ - helm/install-helm-client
82
+ - run:
83
+ name: Helm Init
84
+ command: helm init --stable-repo-url https://charts.helm.sh/stable
85
- run:
86
name: Update stackstorm-ha chart dependencies
87
command: helm dependency update
0 commit comments