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 17:51:09 +01:00
committed by GitHub
parent e80311d937
commit 3191f087bb

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
```