Fix chart repository name (#256)

charts.fairwindsops.com doesn't resolve, fixed according to FairwindsOps/charts
This commit is contained in:
Alexander Lyon
2020-03-14 12:51:09 -04:00
committed by GitHub
parent e80311d937
commit 3191f087bb
+1 -1
View File
@@ -95,7 +95,7 @@ kubectl port-forward --namespace polaris svc/polaris-dashboard 8080:80
```
### Helm
```bash
helm repo add fairwinds-stable https://charts.fairwindsops.com/stable
helm repo add fairwinds-stable https://charts.fairwinds.com/stable
helm upgrade --install polaris fairwinds-stable/polaris --namespace polaris
kubectl port-forward --namespace polaris svc/polaris-dashboard 8080:80
```