k8s/mariadb-create-structure.sh

8 lines
109 B
Bash
Raw Permalink Normal View History

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