-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding docs for service.yml to kubenetes.yml
- Loading branch information
Daniel van Gils
committed
Jul 31, 2017
1 parent
6180ec4
commit 3139101
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ import ( | |
"github.com/heroku/docker-registry-client/registry" | ||
"github.com/mitchellh/go-homedir" | ||
"runtime" | ||
"github.com/cloud66/starter/vendor/github.com/getsentry/raven-go" | ||
) | ||
|
||
type downloadFile struct { | ||
|
@@ -99,7 +100,8 @@ func init() { | |
-g dockerfile: only the Dockerfile | ||
-g docker-compose: only the docker-compose.yml + Dockerfile | ||
-g service: only the service.yml + Dockerfile (cloud 66 specific) | ||
-g dockerfile,service,docker-compose (all files)`) | ||
-g dockerfile,service,docker-compose (all files) | ||
-g kube: starter will generate a kubernetes deployment from service.yml`) | ||
|
||
//sentry DSN setup | ||
raven.SetDSN("https://b67185420a71409d900c7affe3a4287d:[email protected]/187937") | ||
|