Skip to content

Commit

Permalink
feat(apps/prod/tekton/setup): enable cloudevent emit and add sink url (
Browse files Browse the repository at this point in the history
…#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 <wuhuizuo@126.com>

---------

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Dec 6, 2023
1 parent 2a177d3 commit 32e79a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/prod/tekton/setup/operator-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
enable-tekton-oci-bundles: true
require-git-ssh-secret-known-hosts: false
running-in-environment-with-injected-sidecars: false # set it to `true` when Istio installed and enabled auto sidecar injecting.
send-cloudevents-for-runs: true

###### metrics items ########
metrics.pipelinerun.duration-type: histogram
Expand All @@ -39,6 +40,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
Expand Down

0 comments on commit 32e79a0

Please sign in to comment.