ansibleguy76 / ansibleforms-docker

A docker-compose project to start ansibleforms in docker
8 stars 4 forks source link

feat: Ideas to find another way to configure application via helm chart #9

Open Kronk74 opened 1 day ago

Kronk74 commented 1 day ago

Hello,

To make the applicaiton work with helm chart, I created a ConfigMap that contain the forms.yaml file placed in /app/dist/persistent/forms.yaml.

The problem is that this file is readonly this way, and a rollout is necessary to reconfigure the application.

Is there a different way to configure the application to avoid a rollout each this a form is added/modified ?

Regards,

Thomas