diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 10:41:55 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 10:41:55 +0000 |
| commit | 6cfd0194f65d7730fedcf4ac100f0c3aa28ad06d (patch) | |
| tree | 51ef1435683788985a83f1bef00e35532735d045 /run.sh | |
| parent | a8a948998cd12c5bfbb24a1fcf123901c70cb1c0 (diff) | |
Use only three files
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -18,20 +18,7 @@ fi K8S_FOLDER="./yaml" -YAML_FILES=( - "configs/cas.yaml" - "configs/frontend.yaml" - "deployments/cas.yaml" - "deployments/frontend.yaml" - "secrets/cas.yaml" - "services/cas.yaml" - "policies/network.yaml" - "pvcs/pgdata.yaml" - "deployments/postgres.yaml" - "services/postgres.yaml" - "deployments/frontend.yaml" - "networking/balance.yaml" -) +YAML_FILES=( "postgres.yaml" "backend.yaml" "frontend.yaml" ) for file in "${YAML_FILES[@]}"; do file="$K8S_FOLDER/$file" |
