Skip to content

Commit

Permalink
adding docs for service.yml to kubenetes.yml
Browse files Browse the repository at this point in the history
  • 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.
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 3139101

Please sign in to comment.