v0.21.1-fastapi
This commit is contained in:
9
helm/templates/mysql-config.yaml
Normal file
9
helm/templates/mysql-config.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: mysql-init-script
|
||||
data:
|
||||
init.sql: |-
|
||||
CREATE DATABASE IF NOT EXISTS rag_flow;
|
||||
USE rag_flow;
|
||||
Reference in New Issue
Block a user