kubernetes/helm/openslice/files/mysql-init/01-databases.sql
deleted100644 → 0
+0
−11
+53
−0
+13
−0
Loading
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.