Skip to Content
1
Feb 06, 2023 at 02:11 PM

CloudFoundry MTA deployment - how to execute task without creation of the application?

35 Views

Hello, I have one repo which I would like to convert to BTP. But the thing is - all it does is that it executes one specific operation upon deployment, there are no endpoints, so creation of application is not needed. I would like to utilize MTA concept of binding of resources and execute one Task, but it seems it can run only in the context of application (which I don't need).

So I would like to ask - in MTA template, is there some way to create a temporary app, so I utilize resources binding to execute some specific Task, but the app is dropped afterwards? Or do I have to delete this app afterwards as part of my CI/CD process so it doesn't clog resources?

Thank you