Skip to content

Commit

Permalink
Merge pull request hashicorp#5 from jmreicha/master
Browse files Browse the repository at this point in the history
Add link to correct yq in README
  • Loading branch information
mitchellh authored Sep 17, 2018
2 parents 0063148 + 7ffe68b commit 81a1369
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 81a1369

Please sign in to comment.