Skip to content

Commit d29b0ee

Browse files
committed
Clarify which yq to use for end-to-end tests
There are two projects with the name "yq" and it's easy to confuse them. Document which project to use as they are not interchangeable and e2e-tests do not work if the wrong project is installed. Signed-off-by: javex <[email protected]>
1 parent 6258349 commit d29b0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To run the end-to-end test (e.g. `make e2e-test`), you additionally need:
4343

4444
- `helm` (version 3)
4545
- `jq`
46-
- `yq`
46+
- `yq` (make sure to use [mikefarah/yq](https://github.com/mikefarah/yq) and not [kislyuk/yq](https://github.com/kislyuk/yq))
4747
- `node` and `npm`
4848
- `bash` (installed, doesn't have to be your default shell)
4949
- `base64`

0 commit comments

Comments
 (0)