Skip to content

Commit

Permalink
Enable leader election for e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Jul 7, 2019
1 parent a7f4b6d commit a682156
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e-linkerd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ kind load docker-image test/flagger:latest
echo '>>> Installing Flagger'
helm upgrade -i flagger ${REPO_ROOT}/charts/flagger \
--namespace linkerd \
--set leaderElection.enabled=true \
--set leaderElection.replicas=2 \
--set metricsServer=http://linkerd-prometheus:9090 \
--set meshProvider=smi:linkerd

Expand Down

0 comments on commit a682156

Please sign in to comment.