summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh15
1 files changed, 1 insertions, 14 deletions
diff --git a/run.sh b/run.sh
index d9a203f..12d9114 100755
--- a/run.sh
+++ b/run.sh
@@ -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"