From c539454c9cddaa50f1de184062e172cea4932aa8 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Sat, 8 Sep 2018 04:36:16 +0800 Subject: [PATCH] Fix grammer for tests (#4599) Signed-off-by: Ian Chen --- docs/chart_tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_tests.md b/docs/chart_tests.md index d1cfe5017..2d1852eb5 100644 --- a/docs/chart_tests.md +++ b/docs/chart_tests.md @@ -8,7 +8,7 @@ Example tests: - Validate that your configuration from the values.yaml file was properly injected. - Make sure your username and password work correctly - Make sure an incorrect username and password does not work -- Assert that your services are up and correctly load balancing +- Assert that your services are up and correctly loadbalanced. - etc. You can run the pre-defined tests in Helm on a release using the command `helm test `. For a chart consumer, this is a great way to sanity check that their release of a chart (or application) works as expected.