From fef8c8a344cc89db37f2d59846feee771a380fe0 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 24 Dec 2021 14:18:08 +0700 Subject: [PATCH] feat(tekton): install Tekton Triggers --- platform/tekton-pipelines/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/tekton-pipelines/kustomization.yaml b/platform/tekton-pipelines/kustomization.yaml index 962703c8..b0679e99 100644 --- a/platform/tekton-pipelines/kustomization.yaml +++ b/platform/tekton-pipelines/kustomization.yaml @@ -3,5 +3,7 @@ kind: Kustomization resources: - https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml +- https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml +- https://storage.googleapis.com/tekton-releases/triggers/latest/interceptors.yaml - https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release.yaml - ingress.yaml