What problem are you facing?
I am using the setup script to tweak some parts in chainsaw resources.
That works for 02-import.yaml and 03-delete.yaml
But it does not work for 00-apply.yaml , because the setup script is executed within the 00-apply.yaml chainsaw resource. Then changes to that file have no effect as they are already loaded.
How could Uptest help solve your problem?
Run the setup script in a dedicated chainsaw resource at the very beginning (Before 00-apply.yaml )