summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-18 11:20:04 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-18 11:20:04 +0200
commit9e3aff2e2a88f7b95b4c785a1af6084c09621d53 (patch)
tree56330c2110a23c7b01233025b58c668f9e243bf1 /run.sh
parent64a6d5dd87f892536d9b52350fd30e66c722ed8a (diff)
Reorganize files in folders
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/run.sh b/run.sh
index 87fc19b..38bbdaa 100755
--- a/run.sh
+++ b/run.sh
@@ -19,14 +19,14 @@ fi
K8S_FOLDER="./yaml"
YAML_FILES=(
- "cas-config.yaml"
- "cas-deployment.yaml"
- "cas-secret.yaml"
- "cas-service.yaml"
- "network-policy.yaml"
- "pgdata-pvc.yaml"
- "postgres-deployment.yaml"
- "postgres-service.yaml"
+ "configs/cas.yaml"
+ "deployments/cas.yaml"
+ "secrets/cas.yaml"
+ "services/cas.yaml"
+ "policies/network.yaml"
+ "pvcs/pgdata.yaml"
+ "deployments/postgres.yaml"
+ "services/postgres.yaml"
)
for file in "${YAML_FILES[@]}"; do