Tekton Dashboard

June 5, 2023 ยท View on GitHub

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.

    If set to false, the following features will be enabled on the Dashboard:

    • delete a pipeline
    • create a pipelinerun
    • rerun a pipelinerun
    • delete a pipelinerun
    • create a pipelineresource
    • create a taskrun
    • import resources from repository
  • external-logs

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