diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-18 11:20:04 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-18 11:20:04 +0200 |
commit | 9e3aff2e2a88f7b95b4c785a1af6084c09621d53 (patch) | |
tree | 56330c2110a23c7b01233025b58c668f9e243bf1 | |
parent | 64a6d5dd87f892536d9b52350fd30e66c722ed8a (diff) |
Reorganize files in folders
-rwxr-xr-x | run.sh | 16 | ||||
-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
@@ -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 |