christianhuth / helm-charts

Helm Charts for various Applications: https://charts.christianhuth.de
MIT License
32 stars 17 forks source link

Preset the DB connections for typo3 #1056

Closed marijusGood closed 4 months ago

marijusGood commented 4 months ago

Hi team, we want to preset the DB connection settings for typo3 whenever the container starts up as at the moment once it starts we need to go through the setup page, do you think it would be possible to preset these variables?

Note: We need this feature because we would like to use our own hosted DB instead of what is created in the helm chart.

christianhuth commented 4 months ago

Hi @marijusGood, presetting the DB connection is not possible to my knowledge. This is a limitation of the Docker Image. Maybe you can open a ticket there?

The issue with the non-persisted db settings has been fixed here https://github.com/christianknell/helm-charts/issues/1024.

marijusGood commented 4 months ago

That makes sense, thanks for the help!