summaryrefslogtreecommitdiffstats
path: root/root-galera/usr/share/container-scripts/mysql/galera-init/60-galera-config.sh
blob: 3b9fa312dd74b98ef7e8d31a249775d96928bbe8 (plain)
1
2
3
4
5
6
if [ -v POD_NAMESPACE ]; then
    export MYSQL_GALERA_CLUSTER="$(hostname -f | cut -d'.' -f2)"

    log_info 'Processing basic Galera configuration files ...'
    envsubst < ${CONTAINER_SCRIPTS_PATH}/galera-init/galera.cnf.template > /etc/my.cnf.d/galera.cnf
fi