tektoncd/operator

TektonResult assign wrong value to Results API Configmap for int and bool

khrm opened this issue · 2 comments

khrm commented

Expected Behavior

When we don't assign a value in ResultsAPIProperties, it should use the default value present in the configmap.

Actual Behavior

A zero value is assigned like 0 for integers, false for bool.

khrm commented

/assign @khrm

khrm commented

#2310 resolves this.