summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Dennehy <paul.p.dennehy@ericsson.com>2018-10-01 15:46:28 +0100
committerPaul Dennehy <paul.p.dennehy@ericsson.com>2018-10-01 15:46:36 +0100
commit1fe9e4d7a83691867a8caefec6904d8188feb606 (patch)
treeced1cddf185c7d4d3a57455773784ebe61e3b66e
parent42517301e671cc1ba96fc9e02de2985af57e9736 (diff)
Renaming input to inputs
Change-Id: Iaf981783b29654fd195eb0db6bd00326b56d7300 Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com> Issue-ID: DCAEGEN2-638
-rwxr-xr-xk8s-bootstrap-container/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s-bootstrap-container/bootstrap.sh b/k8s-bootstrap-container/bootstrap.sh
index a675ba8..43a0537 100755
--- a/k8s-bootstrap-container/bootstrap.sh
+++ b/k8s-bootstrap-container/bootstrap.sh
@@ -223,7 +223,7 @@ deploy ves k8s-ves.yaml k8s-ves-inputs.yaml &
deploy snmptrap k8s-snmptrap.yaml k8s-snmptrap-inputs.yaml &
deploy prh k8s-prh.yaml k8s-prh-inputs.yaml &
deploy hv-ves k8s-hv-ves.yaml k8s-hv_ves-inputs.yaml &
-deploy datafile-collector k8s-datafile-collector.yaml k8s-datafile-collector-input.yaml &
+deploy datafile-collector k8s-datafile-collector.yaml k8s-datafile-collector-inputs.yaml &
# holmes_rules must be deployed before holmes_engine, but holmes_rules can go in parallel with other service components
deploy holmes_rules k8s-holmes-rules.yaml k8s-holmes_rules-inputs.yaml
deploy holmes_engine k8s-holmes-engine.yaml k8s-holmes_engine-inputs.yaml