diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-07-22 11:06:29 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-07-22 11:18:30 -0400 |
commit | b36dee48ba9ae2a081ebba51cc4f5bea509321fe (patch) | |
tree | 5aed01f18dca000414554a1075e3c1eed573ad07 /k8s-bootstrap-container/load-blueprints.sh | |
parent | fdfcdfaf73ec4f443f7bea0f9350d4e9e75cfdbb (diff) |
Update k8s & dmaap plugins
Also remove blueprint-based deployment of dashboard (now being done via Helm)
Issue-ID: DCAEGEN2-1651
Issue-ID: DCAEGEN2-1653
Issue-ID: DCAEGEN2-1667
Issue-ID: DCAEGEN2-1670
Issue-ID: DCAEGEN2-1318
Change-Id: I5d7b88d2bc6ed508f5500a1df553745f44d660af
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, 1 insertions, 2 deletions
diff --git a/k8s-bootstrap-container/load-blueprints.sh b/k8s-bootstrap-container/load-blueprints.sh index e6838e6..6a573c4 100755 --- a/k8s-bootstrap-container/load-blueprints.sh +++ b/k8s-bootstrap-container/load-blueprints.sh @@ -31,8 +31,7 @@ k8s-snmptrap.yaml \ k8s-prh.yaml \ k8s-hv-ves.yaml \ k8s-helm-override.yaml \ -k8s-helm.yaml \ -k8s-dashboard.yaml +k8s-helm.yaml " BPDEST=blueprints |