Skip to content

Commit

Permalink
e2e: Test the local Flux version
Browse files Browse the repository at this point in the history
fluxcd#2577 introduced a regression,
( at https://github.com/fluxcd/flux/pull/2577/files#diff-e76b06a8940cf68dbf66b91380d3dc28L58 )
causing the end-to-end tests to use the latest Flux release instead
of the local version.
  • Loading branch information
2opremio committed Nov 8, 2019
1 parent a2298fa commit 314a81c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/fixtures/kustom/base/flux/e2e_patch.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- op: replace
path: /spec/template/spec/containers/0/image
value: docker.io/fluxcd/flux:latest # test the flux version being developed on and not the latest
# release
- op: add
path: /spec/template/spec/containers/0/args/-
value: --git-poll-interval=10s
Expand Down

0 comments on commit 314a81c

Please sign in to comment.