From db99f78faff97009287ef82cc68cbe5d5baddd7d Mon Sep 17 00:00:00 2001 From: Kris Rousey Date: Thu, 2 Apr 2015 14:01:54 -0700 Subject: [PATCH] Fixing a couple of JSON files so that kubectl create -f doesn't error out while parsing them. --- examples/phabricator/authenticator-controller.json | 2 +- examples/phabricator/phabricator-controller.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/phabricator/authenticator-controller.json b/examples/phabricator/authenticator-controller.json index 7ea2daa0bf..20c59a81d4 100644 --- a/examples/phabricator/authenticator-controller.json +++ b/examples/phabricator/authenticator-controller.json @@ -18,7 +18,7 @@ {"name": "CLOUDSQL_DB", "value": "phabricator-db"} ], "imagePullPolicy": "Always" - }], + }] } }, "labels": { "name": "authenticator" } diff --git a/examples/phabricator/phabricator-controller.json b/examples/phabricator/phabricator-controller.json index d97eb1138b..78ea3612ea 100644 --- a/examples/phabricator/phabricator-controller.json +++ b/examples/phabricator/phabricator-controller.json @@ -16,7 +16,7 @@ "env": [ {"name": "MYSQL_SERVICE_IP", "value": "173.194.242.66"}, {"name": "MYSQL_SERVICE_PORT", "value": "3306"}, - {"name": "MYSQL_PASSWORD", "value": "1234"}, + {"name": "MYSQL_PASSWORD", "value": "1234"} ], "ports": [{"name": "http-server", "containerPort": 80}], "imagePullPolicy": "Always"