Skip to content

Commit

Permalink
Update YAML kind to use Local
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixcell committed May 1, 2020
1 parent f78057e commit 5e50238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ startIofog() {

echo "---
apiVersion: iofog.org/v2
kind: ControlPlane
kind: LocalControlPlane
metadata:
name: local-ecn
spec:
Expand All @@ -52,7 +52,7 @@ spec:
image: $CONTROLLER_IMAGE
---
apiVersion: iofog.org/v2
kind: Agent
kind: LocalAgent
metadata:
name: local-agent
spec:
Expand Down

0 comments on commit 5e50238

Please sign in to comment.