From 9e3aff2e2a88f7b95b4c785a1af6084c09621d53 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 18 Sep 2024 11:20:04 +0200 Subject: Reorganize files in folders --- run.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'run.sh') 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 -- cgit v1.2.3-71-g8e6c