summaryrefslogtreecommitdiffstats
path: root/k8s-bootstrap-container/load-blueprints.sh
diff options
context:
space:
mode:
Diffstat (limited to 'k8s-bootstrap-container/load-blueprints.sh')
-rwxr-xr-xk8s-bootstrap-container/load-blueprints.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/k8s-bootstrap-container/load-blueprints.sh b/k8s-bootstrap-container/load-blueprints.sh
index 4b7270a..399ed86 100755
--- a/k8s-bootstrap-container/load-blueprints.sh
+++ b/k8s-bootstrap-container/load-blueprints.sh
@@ -7,6 +7,7 @@ set -x
BLUEPRINTS=\
"
+k8s-pgaas-initdb.yaml \
k8s-config_binding_service.yaml \
k8s-deployment_handler.yaml \
k8s-inventory.yaml \
@@ -20,4 +21,4 @@ mkdir ${BPDEST}
for bp in ${BLUEPRINTS}
do
curl -Ss $1/blueprints/${bp} > ${BPDEST}/$(basename ${bp})
-done
+done \ No newline at end of file