-
Bug
-
Resolution: Done
-
Blocker
-
Pipelines 1.8.0
-
None
-
False
-
None
-
False
The Eventlisteners are having the status False
Steps to Reproduce:
- Install pre-stage build of Openshift Pipelines operator 1.8
- Create a new namespace
- Create eventlisteners
Expected Behaviour:
The eventlistener should get created successfully and the status of the eventlistener should be True
Actual Behaviour:
The eventlistener is getting created but the status of the eventlistener is False with the below error
[event-listener-04e4si-el-event-listener-04e4si-5fbf5b57fc-6489k]: {"level":"fatal","ts":"2022-07-22T12:53:12.974Z","logger":"eventlistener","caller":"v2/main.go:205","msg":"Start returned an error","commit":"cc39487","error":"Timed out waiting on CaBundle to available for clusterInterceptor: empty caBundle in clusterInterceptor spec","stacktrace":"knative.dev/eventing/pkg/adapter/v2.MainWithInformers\n\t/go/src/github.com/tektoncd/triggers/vendor/knative.dev/eventing/pkg/adapter/v2/main.go:205\nknative.dev/eventing/pkg/adapter/v2.MainWithEnv\n\t/go/src/github.com/tektoncd/triggers/vendor/knative.dev/eventing/pkg/adapter/v2/main.go:105\nknative.dev/eventing/pkg/adapter/v2.MainWithContext\n\t/go/src/github.com/tektoncd/triggers/vendor/knative.dev/eventing/pkg/adapter/v2/main.go:80\nmain.main\n\t/go/src/github.com/tektoncd/triggers/cmd/eventlistenersink/main.go:69\nruntime.main\n\t/usr/lib/golang/src/runtime/proc.go:255"}