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