Tekton Dashboard

TektonDashboard custom resource allows user to install and manage Tekton Dashboard.

It is recommended to install the components through TektonConfig.

The TektonDashboard CR is as below:

apiVersion: operator.tekton.dev/v1alpha1
kind: TektonDashboard
metadata:
  name: dashboard
spec:
  targetNamespace: tekton-pipelines
  readonly: false

You can install this component using TektonConfig by choosing appropriate profile.

Properties

  • readonly (Default: false)

    If set to true, installs the Dashboard in read-only mode.

  • external-logs

    External URL from which to fetch logs when logs are not available in the cluster