Skip to content

Commit

Permalink
Add link to correct yq in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jmreicha committed Sep 14, 2018
1 parent 102e220 commit 7ffe68b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ The Helm chart ships with both unit and acceptance tests.
The unit tests don't require any active Kubernetes cluster and complete
very quickly. These should be used for fast feedback during development.
The acceptance tests require a Kubernetes cluster with a configured `kubectl`.
Both require [Bats](https://github.com/bats-core/bats-core) and `helm` to
be installed and available on the CLI.
Both require [Bats](https://github.com/bats-core/bats-core) and `helm` to be
installed and available on the CLI. The unit tests also require the correct
version of [yq](https://pypi.org/project/yq/) if running locally.

To run the unit tests:

Expand Down

0 comments on commit 7ffe68b

Please sign in to comment.