diff --git a/cmd/helm/deploy.go b/cmd/helm/deploy.go index d6e5c818a..e1d0c138b 100644 --- a/cmd/helm/deploy.go +++ b/cmd/helm/deploy.go @@ -15,7 +15,6 @@ func init() { func deployCmd() cli.Command { return cli.Command{ Name: "deploy", - Aliases: []string{"install"}, Usage: "Deploy a chart into the cluster.", ArgsUsage: "[CHART]", Action: func(c *cli.Context) { run(c, deploy) },