diff options
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ YAML_FILES=( "pvcs/pgdata.yaml" "deployments/postgres.yaml" "services/postgres.yaml" + "networking/ingress.yaml" + "networking/balance.yaml" ) for file in "${YAML_FILES[@]}"; do |