Merge pull request #3522 from nalind/json

Fixup JSON syntax errors in example controller
pull/6/head
Brendan Burns 2015-01-15 09:54:35 -08:00
commit 00521d8e8a
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@
"image": "kubernetes/guestbook",
"name": "guestbook",
"ports": [{ "name": "http-server", "containerPort": 3000 }]
}],
}]
}
},
"labels": { "name": "guestbook" }
},
}
},
"labels": { "name": "guestbook" }
}