chore: Use secrets for authentication data
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.
Loading
Please sign in to comment