From 3eee7edbe090e2f3e6dad7f93ea6520253a8ea7d 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. --- phabricator/authenticator-controller.json | 2 +- phabricator/phabricator-controller.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phabricator/authenticator-controller.json b/phabricator/authenticator-controller.json index 7ea2daa0..20c59a81 100644 --- a/phabricator/authenticator-controller.json +++ b/phabricator/authenticator-controller.json @@ -18,7 +18,7 @@ {"name": "CLOUDSQL_DB", "value": "phabricator-db"} ], "imagePullPolicy": "Always" - }], + }] } }, "labels": { "name": "authenticator" } diff --git a/phabricator/phabricator-controller.json b/phabricator/phabricator-controller.json index d97eb113..78ea3612 100644 --- a/phabricator/phabricator-controller.json +++ b/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"