summaryrefslogtreecommitdiff
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
parent64a6d5dd87f892536d9b52350fd30e66c722ed8a (diff)
Reorganize files in folders
-rwxr-xr-xrun.sh16
-rw-r--r--yaml/configs/cas.yaml (renamed from yaml/cas-config.yaml)0
-rw-r--r--yaml/deployments/cas.yaml (renamed from yaml/cas-deployment.yaml)0
-rw-r--r--yaml/deployments/postgres.yaml (renamed from yaml/postgres-deployment.yaml)0
-rw-r--r--yaml/policies/network.yaml (renamed from yaml/network-policy.yaml)0
-rw-r--r--yaml/pvcs/pgdata.yaml (renamed from yaml/pgdata-pvc.yaml)0
-rw-r--r--yaml/secrets/cas.yaml (renamed from yaml/cas-secret.yaml)0
-rw-r--r--yaml/services/cas.yaml (renamed from yaml/cas-service.yaml)0
-rw-r--r--yaml/services/postgres.yaml (renamed from yaml/postgres-service.yaml)0
9 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
diff --git a/yaml/cas-config.yaml b/yaml/configs/cas.yaml
index a7aa9d8..a7aa9d8 100644
--- a/yaml/cas-config.yaml
+++ b/yaml/configs/cas.yaml
diff --git a/yaml/cas-deployment.yaml b/yaml/deployments/cas.yaml
index fc0289a..fc0289a 100644
--- a/yaml/cas-deployment.yaml
+++ b/yaml/deployments/cas.yaml
diff --git a/yaml/postgres-deployment.yaml b/yaml/deployments/postgres.yaml
index fd9945f..fd9945f 100644
--- a/yaml/postgres-deployment.yaml
+++ b/yaml/deployments/postgres.yaml
diff --git a/yaml/network-policy.yaml b/yaml/policies/network.yaml
index 2af8a27..2af8a27 100644
--- a/yaml/network-policy.yaml
+++ b/yaml/policies/network.yaml
diff --git a/yaml/pgdata-pvc.yaml b/yaml/pvcs/pgdata.yaml
index 7580530..7580530 100644
--- a/yaml/pgdata-pvc.yaml
+++ b/yaml/pvcs/pgdata.yaml
diff --git a/yaml/cas-secret.yaml b/yaml/secrets/cas.yaml
index a2fc3e3..a2fc3e3 100644
--- a/yaml/cas-secret.yaml
+++ b/yaml/secrets/cas.yaml
diff --git a/yaml/cas-service.yaml b/yaml/services/cas.yaml
index ff1d8c5..ff1d8c5 100644
--- a/yaml/cas-service.yaml
+++ b/yaml/services/cas.yaml
diff --git a/yaml/postgres-service.yaml b/yaml/services/postgres.yaml
index ad3b969..ad3b969 100644
--- a/yaml/postgres-service.yaml
+++ b/yaml/services/postgres.yaml