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 /run.sh | |
parent | 64a6d5dd87f892536d9b52350fd30e66c722ed8a (diff) |
Reorganize files in folders
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 16 |
1 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 |