Skip to content

Commit

Permalink
Fix e2e helm install
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Jun 12, 2019
1 parent 12a29f1 commit 68500dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion test/e2e-gloo-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ kind load docker-image test/flagger:latest

echo '>>> Installing Flagger'
helm upgrade -i flagger ${REPO_ROOT}/charts/flagger \
--wait \
--namespace gloo-system \
--set prometheus.install=true \
--set meshProvider=gloo
Expand Down
3 changes: 1 addition & 2 deletions test/e2e-nginx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
echo '>>> Building Flagger'
cd ${REPO_ROOT} && docker build -t test/flagger:latest . -f Dockerfile

echo '>>> Installing Flagger'
echo '>>> Loading Flagger image'
kind load docker-image test/flagger:latest

echo '>>> Installing Flagger'
helm upgrade -i flagger ${REPO_ROOT}/charts/flagger \
--wait \
--namespace ingress-nginx \
--set prometheus.install=true \
--set meshProvider=nginx
Expand Down
1 change: 0 additions & 1 deletion test/e2e-smi-istio-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ kind load docker-image test/flagger:latest

echo '>>> Installing Flagger'
helm upgrade -i flagger ${REPO_ROOT}/charts/flagger \
--wait \
--namespace istio-system \
--set meshProvider=smi:istio

Expand Down

0 comments on commit 68500dc

Please sign in to comment.