Add link to correct yq in README

This commit is contained in:
Josh Reichardt 2018-09-14 09:06:52 -07:00
parent 102e220e07
commit 7ffe68b388

View file

@ -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: