From 7d4192e8d8661c383d8ffa83769c250dd620c5cf Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 12 Dec 2021 22:14:24 +0700 Subject: [PATCH] Revert "tekton: use read-only dashboard" This reverts commit df5a737bb3608b670e7af4d0a99c74d65c3c73dd. --- platform/tekton-pipelines/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/tekton-pipelines/kustomization.yaml b/platform/tekton-pipelines/kustomization.yaml index 8fd4bcbf..962703c8 100644 --- a/platform/tekton-pipelines/kustomization.yaml +++ b/platform/tekton-pipelines/kustomization.yaml @@ -3,5 +3,5 @@ kind: Kustomization resources: - https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml -- https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release-readonly.yaml +- https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release.yaml - ingress.yaml