Skip to content

Commit

Permalink
Adapting namespace for openshift in the overlays. Fixes tektoncd#1227
Browse files Browse the repository at this point in the history
adding new lines to kustomizations


first readme update


updated readme with new namespace
  • Loading branch information
paolocarta authored and tekton-robot committed Apr 6, 2020
1 parent 239b36c commit dd4b4dd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,15 @@ You can then access the Tekton Dashboard at `tekton-dashboard.${ip}.nip.io`. Thi

## Install on OpenShift

1. Assuming you want to install the Dashboard into the `tekton-pipelines` namespace:
1. Install the Openshift Pipeline Operator from the operator hub.

2. Assuming you want to install the Dashboard into the `openshift-pipelines` namespace, which is the default one:

```bash
kubectl apply --filename https://github.com/tektoncd/dashboard/releases/download/v0.6.0/openshift-tekton-dashboard-release.yaml --validate=false
```

2. Access the dashboard by determining its route with `kubectl get route tekton-dashboard -n tekton-pipelines`
3. Access the dashboard by determining its route with `kubectl get route tekton-dashboard -n openshift-pipelines`

### Enable TLS for dashboard access via Ingress
**Will only work in the cluster node**
Expand Down
1 change: 1 addition & 0 deletions overlays/dev-openshift-imagestream/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ images:
- name: dashboardImage
newName: tekton-pipelines/tekton-dashboard
newTag:
namespace: openshift-pipelines
1 change: 1 addition & 0 deletions overlays/dev-openshift-locked-down/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ images:
- name: dashboardImage
newName: github.com/tektoncd/dashboard/cmd/dashboard
newTag:
namespace: openshift-pipelines
1 change: 1 addition & 0 deletions overlays/dev-openshift/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ images:
- name: dashboardImage
newName: github.com/tektoncd/dashboard/cmd/dashboard
newTag:
namespace: openshift-pipelines
1 change: 1 addition & 0 deletions overlays/latest-openshift-locked-down/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ images:
- name: dashboardImage
newName: gcr.io/tekton-nightly/dashboard
newTag: latest
namespace: openshift-pipelines
1 change: 1 addition & 0 deletions overlays/latest-openshift/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ images:
- name: dashboardImage
newName: gcr.io/tekton-nightly/dashboard
newTag: latest
namespace: openshift-pipelines

0 comments on commit dd4b4dd

Please sign in to comment.