-
Bug
-
Resolution: Done
-
Blocker
-
Pipelines 1.16.0
-
None
Description of problem:
When user sets resolverTasks=false in .spec.addon.params[], only half of tasks disappears from namespace openshift-pipelines, e.g. buildah will disapper but buildah-1-16-0 will stay on the cluster.
This behavior differs from what happens when a user disables cluster tasks.
Workaround
remove remaining tasks manually
Prerequisites (if any, like setup, operators/versions):
1.16.0
Steps to Reproduce
# install Pipelines operator 1.16.0
- disable resolver tasks in TektonConfig
- oc get task -n openshift-pipelines
Actual results:
tasks with suffix "-1-16-0" stay on cluster
Expected results:
all operator-managed tasks in namespace openshift-pipelines should disappear
Reproducibility (Always/Intermittent/Only Once):
always
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):