diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-04-09 13:28:31 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-04-09 13:29:55 +0000 |
commit | 5648b85924ed92b556c30322ae28a1c169a1db1e (patch) | |
tree | cff65ec0b69d789ad1ae15c9345d0c8bef83ce02 /k8s-bootstrap-container/load-blueprints.sh | |
parent | bc02757c418d27b6ef8af21389218b16068272bc (diff) |
Update plugin versions, blueprint list
Change-Id: Ia6d853b1d75bf4ebf527806b9d056282a21811ec
Issue-ID: DCAEGEN2-421
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s-bootstrap-container/load-blueprints.sh')
-rwxr-xr-x | k8s-bootstrap-container/load-blueprints.sh | 3 |
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 |