diff --git a/README.md b/README.md index 10f2f7a8..483138fa 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ kubectl apply -f deploy/all.yaml * Create release with Helm: ``` -helm upgrade --install fairwinds charts/fairwinds/ --namespace fairwinds --recreate-pods +helm upgrade --install fairwinds deploy/helm/fairwinds/ --namespace fairwinds --recreate-pods kubectl port-forward --namespace fairwinds svc/fairwinds-fairwinds-dashboard 8080:80 & open http://localhost:8080 ```