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
.
-
readonly
(Default:false
)If set to true, installs the Dashboard in read-only mode.