Skip to content

Commit

Permalink
fix readme apply -f link for v0.4.0 release
Browse files Browse the repository at this point in the history
Apparently `dashboard-latest-release.yaml` was renamed `dashboard_latest_release.yaml` on v0.4.0, here is the fix 😁
  • Loading branch information
maelvls authored and tekton-robot committed Jan 20, 2020
1 parent 985dec7 commit be4a721
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 @@ -89,7 +89,7 @@ You can then access the Tekton Dashboard at `tekton-dashboard.${ip}.nip.io`. Thi
1. Assuming you want to install the Dashboard into the `tekton-pipelines` namespace:
```bash
kubectl apply --filename https://github.com/tektoncd/dashboard/releases/download/v0.4.0/dashboard-latest-openshift-tekton-dashboard-release.yaml --validate=false
kubectl apply --filename https://github.com/tektoncd/dashboard/releases/download/v0.4.0/dashboard_latest_openshift-tekton-dashboard-release.yaml --validate=false
```
2. Access the dashboard by determining its route with `kubectl get route tekton-dashboard -n tekton-pipelines`
Expand Down

0 comments on commit be4a721

Please sign in to comment.