From e3704133cb48cbe8250fb9a0df2bc943df1f76cf Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Tue, 15 Dec 2020 08:49:58 -0600 Subject: [PATCH] fix(dashboard): makes dashboard readonly Makes the tekton dashboard readonly by default. This disables the showing of the pipeline run creation button in the dashboard. Signed-off-by: Tin Lam Change-Id: I75245012bb0f91eb24b33897154ac6d21e58cd49 --- charts/tekton-dashboard/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tekton-dashboard/values.yaml b/charts/tekton-dashboard/values.yaml index 6321a29b..09d1d058 100644 --- a/charts/tekton-dashboard/values.yaml +++ b/charts/tekton-dashboard/values.yaml @@ -8,7 +8,7 @@ config: logout_url: '' namespace: '' openshift: false - read_only: false + read_only: true stream_logs: false images: