ragflow / helm /templates /mysql-config.yaml
Scott Davidson
Add Helm chart deployment method (#3815)
e4a04a5
raw
history blame
154 Bytes
---
apiVersion: v1
kind: ConfigMap
metadata:
name: mysql-init-script
data:
init.sql: |-
CREATE DATABASE IF NOT EXISTS rag_flow;
USE rag_flow;