Skip to content

Commit

Permalink
Fix openebs/openebs#1305 - set the apiserver tag correctly
Browse files Browse the repository at this point in the history
Signed-off-by: kmova <[email protected]>
  • Loading branch information
kmova committed Mar 3, 2018
1 parent c73f8d4 commit 53d7440
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 53d7440

Please sign in to comment.