TektonInstallerSet created have each resource twice #425
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
When we read resources from ko data and create installer set, the installer set has 2 copies of each resource.
for eg,
In addons, for clustertasks, when we read clustertasks from kodata here -> it calls
applyAddons
in apply addon we pass the path of the directory to
common.AppendManifest(manifest, addonLocation)
and itreads all the resources at the location and returns inside the manifest obj
but the manifest has 2 copies of each resource so manifest is getting bigger.
It is probably issue with AppendManifest
To reproduce the issue
make TARGET=openshfit
apply` on Openshiftall
profile install all componentsaddon-clustertask-
installerset there would be 2 buildah clustertask which are same.The text was updated successfully, but these errors were encountered: