mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
cli: minor improvements of output
This commit is contained in:
parent
d83a5f8693
commit
4b36d3a930
7 changed files with 8 additions and 9 deletions
|
@ -138,7 +138,6 @@ func initialize(cmd *cobra.Command, newDialer func(validator *cloudcmd.Validator
|
|||
autoscalingNodeGroups = append(autoscalingNodeGroups, workers.GroupID)
|
||||
}
|
||||
|
||||
cmd.Println("Loading Helm charts ...")
|
||||
helmDeployments, err := helmLoader.Load(stat.CloudProvider)
|
||||
if err != nil {
|
||||
return fmt.Errorf("loading Helm charts: %w", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue