Skip to content

Commit

Permalink
Merge pull request #276 from kmova/helm-fix-v0.5
Browse files Browse the repository at this point in the history
Fix openebs/openebs#1305 - set the apiserver tag correctly
  • Loading branch information
Amit Kumar Das authored Mar 4, 2018
2 parents 652684a + 53d7440 commit 133987f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/helm_install_openebs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ kubectl get sa --all-namespaces

helm repo add openebs-charts https://openebs.github.io/charts/
helm repo update
helm install openebs-charts/openebs --name ci --set apiserver.tag="ci",jiva.replicas="1"
helm install openebs-charts/openebs --name ci --set apiserver.imageTag="ci",apiserver.replicas="1",jiva.replicas="1"

#Replace this with logic to wait till the pods are running
sleep 30
kubectl get pods --all-namespaces
kubectl get pods --all-namespaces -o yaml

0 comments on commit 133987f

Please sign in to comment.