-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: helm-chart-1.0.16
-
Fix Version/s: helm-chart-1.0.17
-
Component/s: Helm Chart
As of NXBT-3479, 10.10-HF40, the Nuxeo image embeds a compliant script: /docker-entrypoint-initnuxeo.d/configure.sh
As of NXP-30289, chart 1.0.16, nuxeoconf is mounted to /docker-entrypoint-initnuxeo.d/ and /etc/nuxeo/conf.d/.
When a configmap is mounted without subPath parameter, the target directory is emptied: configure.sh is not executed.
All those combined made chart 1.0.16 not working well with Nuxeo 10.10-HF40+, missing configure.sh features.
- use a subPath parameter to preserve the configure.sh script
- remove the additional mount, no more needed as of Nuxeo 10.10-HF40
- is related to
-
NXP-30289 Nuxeo chart 1.0.x should mount nuxeo.conf to /docker-entrypoint-initnuxeo.d/
- Resolved