From 116a378991fbcf43efbe275e8b7d73ab20173ff8 Mon Sep 17 00:00:00 2001 From: Taylor Monacelli Date: Sun, 12 Jun 2022 12:05:41 -0700 Subject: [PATCH] Fix test error "Error: release: not found" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6bedab..9b04bf2 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ helm upgrade --install --wait frontend \ --set backend=http://backend-podinfo:9898/echo \ podinfo/podinfo -helm test frontend +helm test frontend --namespace test helm upgrade --install --wait backend \ --namespace test \