File size: 154 Bytes
e4a04a5
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
---
apiVersion: v1
kind: ConfigMap
metadata:
  name: mysql-init-script
data:
  init.sql: |-
    CREATE DATABASE IF NOT EXISTS rag_flow;
    USE rag_flow;