Skip to content

Commit

Permalink
Modify command guidance in plural cd control-plane
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Nov 19, 2023
1 parent e490743 commit c53318a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/plural/cd.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ func (p *Plural) handleInstallControlPlane(_ *cli.Context) error {
}

fmt.Println("After confirming everything looks correct in values.secret.yaml, run the following command to install:")
utils.Highlight("helm upgrade --install --create-namespace -f values.secret.yaml --repo https://pluralsh.github.io/console console console -n plrl-console")
utils.Highlight("helm repo add plrl-console https://pluralsh.github.io/console\n")
utils.Highlight("helm upgrade --install --create-namespace -f values.secret.yaml console plrl-console/console -n plrl-console\n")
return nil
}

Expand Down

0 comments on commit c53318a

Please sign in to comment.