This commit is contained in:
2025-12-28 22:35:13 +02:00
parent 813ee0b629
commit a303146c5d
3 changed files with 1 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ spec:
command:
- /bin/bash
- -c
- mysql -u kspace_wiki kspace_wiki -h mariadb.infra.k-space.ee -p${MYSQL_PWD} < /tmp/update.sql
- mysql -u wiki wiki -h mariadb -p${MYSQL_PWD} < /tmp/update.sql
---
apiVersion: apps/v1
kind: StatefulSet