christianhuth / helm-charts

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

typo helm chart pvc path is broken #1024

Closed marijusGood closed 5 months ago

marijusGood commented 8 months ago

The volumeMounts for fileadmin and typo3conf are /fileadmin and /typo3conf respectively. With this path, when the container dies, typo3 asks to register the db and your account again, indicating that the volumes did not work.

To fix this problem, the volumes should be /var/www/html/fileadmin /var/www/html/typo3conf

as seen here: kubectl exec -it typo3-66b5f484cd-q2szd -n typo3 -- /bin/bash root@typo3-66b5f484cd-q2szd:/var/www/html# ls fileadmin index.php typo3 typo3_src typo3_src-12.4.6 typo3conf typo3temp uploads

I have tested it on the initially provided container 11.5 and the latest one and it works all fine.

christianhuth commented 5 months ago

fixed with v1.19.1 of the Helm Chart