From cd3086bf6d379532afce7614aabe87656ba3f55f Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Wed, 6 Dec 2023 18:26:50 +0800 Subject: [PATCH] feat(apps/prod/tekton/setup): enable cloudevent emit and add sink url (#825) Notice: currently we need update the config map `tekton-pipelines/feature-flags` manually because of the operator not support the congfiguration before v0.63.0. Signed-off-by: wuhuizuo --------- Signed-off-by: wuhuizuo --- apps/prod/tekton/setup/operator-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/prod/tekton/setup/operator-config.yaml b/apps/prod/tekton/setup/operator-config.yaml index 5547bb28e..d399936eb 100644 --- a/apps/prod/tekton/setup/operator-config.yaml +++ b/apps/prod/tekton/setup/operator-config.yaml @@ -39,6 +39,8 @@ spec: key: dedicated operator: Equal value: test-infra + default-cloud-events-sink: http://cloudevents-server.apps.svc/events + trigger: default-service-account: "default" enable-api-fields: alpha # stable | alpha