From ea5d2bb7bdbca360eff4b730498f73815ec94cba Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Thu, 18 Oct 2018 15:44:39 -0400 Subject: [PATCH] Fix reference to wordpress (#4803) Signed-off-by: Marc Khouzam --- docs/chart_tests.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/chart_tests.md b/docs/chart_tests.md index 2d1852eb5..300eeaf73 100644 --- a/docs/chart_tests.md +++ b/docs/chart_tests.md @@ -22,10 +22,10 @@ In Helm, there are two test hooks: `test-success` and `test-failure` ## Example Test -Here is an example of a helm test pod definition in an example mariadb chart: +Here is an example of a helm test pod definition in an example wordpress chart. The test verifies the access and login to the mariadb database: ``` -mariadb/ +wordpress/ Chart.yaml README.md values.yaml @@ -64,7 +64,7 @@ spec: ``` ## Steps to Run a Test Suite on a Release -1. `$ helm install mariadb` +1. `$ helm install wordpress` ``` NAME: quirky-walrus LAST DEPLOYED: Mon Feb 13 13:50:43 2017