8 lines
109 B
Bash
Executable file
8 lines
109 B
Bash
Executable file
#!/bin/bash
|
|
|
|
touch database.yaml
|
|
touch grant.yaml
|
|
touch user.yaml
|
|
touch secret.yaml
|
|
touch kustomization.yaml
|