k8s/mariadb-create-structure.sh

8 lines
109 B
Bash
Executable file

#!/bin/bash
touch database.yaml
touch grant.yaml
touch user.yaml
touch secret.yaml
touch kustomization.yaml