Skip to content

Commit

Permalink
Changing helm path in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman committed Apr 9, 2019
1 parent 03d367f commit 175cd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 175cd2b

Please sign in to comment.