From 7ffe68b388b004afaac158a5ac2558f5d0eeb93c Mon Sep 17 00:00:00 2001 From: Josh Reichardt Date: Fri, 14 Sep 2018 09:06:52 -0700 Subject: [PATCH] Add link to correct yq in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f4ec5033426..2b0184f491b5 100644 --- a/README.md +++ b/README.md @@ -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: