Fix test error "Error: release: not found"

This commit is contained in:
Taylor Monacelli
2022-06-12 12:05:41 -07:00
committed by GitHub
parent 450796ddb2
commit 116a378991
+1 -1
View File
@@ -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 \