-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
If Tekton CRD is not installed, ssp-operator will consider it as a missing CRD [1] and will stop and not deploy new resources. The ssp-operator should consider Tekton CRD as an optional CRD.
In tekton-tasks-operator, it was implemented in a way that the operator is stopping and waiting for the CRD to be installed [2].
[1] https://github.com/kubevirt/ssp-operator/blob/master/controllers/setup.go#L116-L120