Merge pull request #49 from gabemontero/fixContainerImageField

fix container image field - get as close to no value as currently pos…
This commit is contained in:
Ben Parees 2016-05-16 12:06:45 -04:00
commit f8edda4f04
2 changed files with 3 additions and 3 deletions

View File

@ -164,7 +164,7 @@
"containers": [
{
"name": "nodejs-mongodb-example",
"image": "nodejs-mongodb-example",
"image": " ",
"ports": [
{
"containerPort": 8080
@ -288,7 +288,7 @@
"containers": [
{
"name": "mongodb",
"image": "mongodb",
"image": " ",
"ports": [
{
"containerPort": 27017

View File

@ -164,7 +164,7 @@
"containers": [
{
"name": "nodejs-example",
"image": "nodejs-example",
"image": " ",
"ports": [
{
"containerPort": 8080