crossplane / crossplane/uptest
Setup script execution as dedicated chainsaw resource
Open
enhancement
- Dominant language
- Go
- Stars
- 28
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
### 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` )
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.