From edaeacc9f36b0537ffa63771dcb23cedd53149db Mon Sep 17 00:00:00 2001 From: Rahul Varma Date: Fri, 23 Aug 2024 12:21:43 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5110b05..975aaaf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ helm install mywebapp-release webapp1/ --values webapp1/values.yaml # Upgrade after templating ``` -helm upgrade mywebapp-release webapp1/ --values mywebapp/values.yaml +helm upgrade mywebapp-release webapp1/ --values webapp1/values.yaml ``` # Accessing it