Skip to content

Commit

Permalink
Update YAML to match LocalControlPlane spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixcell committed May 1, 2020
1 parent 5e50238 commit 873b4d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ prettyTitle() {
#
prettyHeader() {
echoInfo "## $1 ####################################################"
echoInfo "## Copyright (C) 2019, Edgeworx, Inc."
echoInfo "## Copyright (C) 2020, Edgeworx, Inc."
echo
}

Expand Down

0 comments on commit 873b4d8

Please sign in to comment.