Skip to content

Commit

Permalink
Fixing a couple of JSON files so that kubectl create -f doesn't error…
Browse files Browse the repository at this point in the history
… out while parsing them.
  • Loading branch information
Kris Rousey committed Apr 2, 2015
1 parent c25a1be commit db99f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/phabricator/authenticator-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{"name": "CLOUDSQL_DB", "value": "phabricator-db"}
],
"imagePullPolicy": "Always"
}],
}]
}
},
"labels": { "name": "authenticator" }
Expand Down
2 changes: 1 addition & 1 deletion examples/phabricator/phabricator-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit db99f78

Please sign in to comment.