summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh16
1 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