Skip to content

Commit

Permalink
Update yamls to match new format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixcell committed Oct 24, 2019
1 parent 7462aa6 commit ed6709a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -42,10 +42,10 @@ steps:
# displayName: 'Pull latest images'

- script: |
./start.sh
./start.sh tutorial
# Use dev version of agent and controller until 1.3.0 release
# ./start.sh -ct gcr.io/focal-freedom-236620/controller:develop -a gcr.io/focal-freedom-236620/agent:develop -cn gcr.io/focal-freedom-236620/connector:develop
displayName: 'Start Connector, Controller, and Agent'
displayName: 'Start Connector, Controller, Agent, and tutorial microservices'

- script: |
./test.sh
Expand Down
2 changes: 1 addition & 1 deletion init/iofog/local-stack.yaml
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
images:
controller: docker.io/iofog/controller:1.3.0-beta
iofoguser:
iofogUser:
name: test
surname: local
email: user@domain.com
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Expand Up @@ -42,7 +42,7 @@ metadata:
spec:
images:
controller: $CONTROLLER_IMAGE
iofoguser:
iofogUser:
name: test
surname: local
email: user@domain.com
Expand Down

0 comments on commit ed6709a

Please sign in to comment.