fix container image field - get as close to no value as currently possible

This commit is contained in:
gabemontero 2016-05-13 12:03:44 -04:00
parent 17ff3cdbce
commit d8a485dbb7
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