mia-platform / mlp

cli for easier deployment of Mia-Platform Console projects
https://docs.mia-platform.eu/docs/runtime_suite_tools/mlp/overview
Apache License 2.0
12 stars 2 forks source link

Allow CRDs custom apply order #25

Open mattia-fumo opened 2 years ago

mattia-fumo commented 2 years ago

Is your feature request related to a problem? Please describe. At the moment the order in which resources are applied is hardcoded. This limits the usage of custom resources because it does not allow to customize the order for these resources (unknown resource types are by default applied at last).

Describe the solution you'd like It would be very useful to override the default application order. For example this could be done using a new parameter (i propose --override-resources-order) that takes the name of the resources' kind in the wanted order.