Scheduled maintenance on Saturday, 27 September 2025, from 07:00 AM to 4:00 PM GMT (09:00 AM to 6:00 PM CEST) - some services may be unavailable -

Skip to content

Helm chart: use secrets for credentials

Stores authentication data (MySQL & Artemis) in secrets instead of directly templating it on the manifests.

The MySQL deployment was also refactored to properly create all needed databases and update user passwords without templating the passwords in a SQL file that was then stored in a configmap. Deployments were also updated to use the correct MySQL user instead of the root user.

Closes #51 (closed) Closes #53 (closed)

Merge request reports

Loading