From 873b4d8c1926a62c50293543a4db2d50dd724327 Mon Sep 17 00:00:00 2001 From: Alex de Wergifosse Date: Fri, 1 May 2020 13:40:51 +1200 Subject: [PATCH] Update YAML to match LocalControlPlane spec --- start.sh | 5 ++--- test.sh | 2 +- utils.sh | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/start.sh b/start.sh index 6bf233f..db4e815 100755 --- a/start.sh +++ b/start.sh @@ -45,9 +45,8 @@ spec: surname: local email: user@domain.com password: '#Bugs4Fun' - controllers: - - name: local-controller - host: localhost + controller: + name: local-controller container: image: $CONTROLLER_IMAGE --- diff --git a/test.sh b/test.sh index 8bdfb42..0379946 100755 --- a/test.sh +++ b/test.sh @@ -36,7 +36,7 @@ else fi echoInfo "Running Test Runner..." -# Testing local agent, need mounted docker socket to sue legacy agent commands +# Testing local agent, need mounted docker socket to use legacy agent commands docker run --rm --name test-runner --network host \ -v ~/.iofog/:/root/.iofog/ \ -v /var/run/docker.sock:/var/run/docker.sock \ diff --git a/utils.sh b/utils.sh index c8b3d98..d400dcd 100755 --- a/utils.sh +++ b/utils.sh @@ -38,7 +38,7 @@ prettyTitle() { # prettyHeader() { echoInfo "## $1 ####################################################" - echoInfo "## Copyright (C) 2019, Edgeworx, Inc." + echoInfo "## Copyright (C) 2020, Edgeworx, Inc." echo }