RAGflow/helm/templates/mysql-config.yaml

10 lines
154 B
YAML

---
apiVersion: v1
kind: ConfigMap
metadata:
name: mysql-init-script
data:
init.sql: |-
CREATE DATABASE IF NOT EXISTS rag_flow;
USE rag_flow;