Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dfernandezm committed Dec 19, 2019
1 parent 2f03521 commit 58a3c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ type Deployment struct {
HelmValuesParams []string // yaml filenames to pass as --values
}

// DeployApp deploys the given appName into the given environment
// A helm chart folder named appName must exist in charts base path
func DeployApp(appName string, environment string) {
//TODO: generify
if appName == "all" {
Expand Down

0 comments on commit 58a3c66

Please sign in to comment.