script for creating file structure mariadb inside db folder of app

This commit is contained in:
j37hr0 2026-04-10 20:28:27 +12:00
parent 5dd3cc082a
commit 8b225f7e3f

7
mariadb-create-structure.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
touch database.yaml
touch grant.yaml
touch user.yaml
touch secret.yaml
touch kustomization.yaml