syntasso / kratix

Kratix is an open-source framework for building platforms
https://kratix.io
Apache License 2.0
423 stars 23 forks source link

🐞: clean up output files in git state store when filepath.mode is set to none #163

Closed ChunyiLyu closed 2 weeks ago

ChunyiLyu commented 2 weeks ago

Context

Given a Destination with filepath.mode set to none and schedules to a git state store, when deleting a promise or a resource request, output files should be cleaned up from state store. It currently does not because we are not reading .kratix state file correctly at deletion.