Skip to content

Commit 873b4d8

Browse files
committed
Update YAML to match LocalControlPlane spec
1 parent 5e50238 commit 873b4d8

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

start.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ spec:
4545
surname: local
4646
4747
password: '#Bugs4Fun'
48-
controllers:
49-
- name: local-controller
50-
host: localhost
48+
controller:
49+
name: local-controller
5150
container:
5251
image: $CONTROLLER_IMAGE
5352
---

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ else
3636
fi
3737

3838
echoInfo "Running Test Runner..."
39-
# Testing local agent, need mounted docker socket to sue legacy agent commands
39+
# Testing local agent, need mounted docker socket to use legacy agent commands
4040
docker run --rm --name test-runner --network host \
4141
-v ~/.iofog/:/root/.iofog/ \
4242
-v /var/run/docker.sock:/var/run/docker.sock \

utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ prettyTitle() {
3838
#
3939
prettyHeader() {
4040
echoInfo "## $1 ####################################################"
41-
echoInfo "## Copyright (C) 2019, Edgeworx, Inc."
41+
echoInfo "## Copyright (C) 2020, Edgeworx, Inc."
4242
echo
4343
}
4444

0 commit comments

Comments
 (0)