georchestra / helm-georchestra

geOrchestra helm chart
3 stars 6 forks source link

remove all prepare emptydir workarounds #79

Closed edevosc2c closed 8 months ago

edevosc2c commented 8 months ago

Since https://github.com/georchestra/georchestra/issues/4030#issuecomment-1845336454 was merged, there is now an official way to deal with small changes in the geOrchestra components.

This commit removes all the "prepare" emptyDir which were used to override files in the container before the startup.

As camptocamp relied on it a lot, for all the clients there will be a need to convert the overriding files logic into a custom script.

Close https://github.com/georchestra/helm-georchestra/issues/77

jeanpommier commented 8 months ago

LGTM. Thank you for this !