script for creating file structure mariadb inside db folder of app
This commit is contained in:
parent
5dd3cc082a
commit
8b225f7e3f
7
mariadb-create-structure.sh
Executable file
7
mariadb-create-structure.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
touch database.yaml
|
||||||
|
touch grant.yaml
|
||||||
|
touch user.yaml
|
||||||
|
touch secret.yaml
|
||||||
|
touch kustomization.yaml
|
||||||
Loading…
Reference in a new issue