tektoncd/operator

TektonResult installation fails if targerNamespace is different

khrm opened this issue · 1 comments

khrm commented

Expected Behavior

Tekton Result should installed and we should get:

 oc get TektonResult result -w
result   v0.9.1    True      

Actual Behavior

Installation fails and we get:

 oc get TektonResult result -w
NAME     VERSION   READY   REASON
result   v0.9.1    False   Installer set not ready: Install failed with message: namespaces "tekton-pipelines" not found

Steps to Reproduce the Problem

  1. Install v0.70 operator
  2. Instal TektonResult CR.
khrm commented

/assign @khrm