Skip to content

Commit

Permalink
Update default from helm2 to helm3 in info message
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Feb 26, 2020
1 parent 3f9f185 commit bd9b719
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ func MakeInstall() *cobra.Command {
Use: "install",
Short: "Install Kubernetes apps from helm charts or YAML files",
Long: `Install Kubernetes apps from helm charts or YAML files using the "install"
command. Helm 2 is used by default unless a --helm3 flag exists and is passed.
command. Helm 3 is used by default unless you pass --helm3=false, then helm 2
will be used to generate YAML files which are applied without tiller.
You can also find the post-install message for each app with the "info"
command.`,
Example: ` arkade install
Expand Down

0 comments on commit bd9b719

Please sign in to comment.