Skip to content

Commit

Permalink
Merge pull request #1980 from johannesfrey/vclusterctl-convert-long-m…
Browse files Browse the repository at this point in the history
…essage

chore: make usage of vcluster convert config more clear
  • Loading branch information
FabianKramm authored Jul 26, 2024
2 parents 0bc3291 + 7616745 commit 622849e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/vclusterctl/cmd/convert/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ func convertValues(globalFlags *flags.GlobalFlags) *cobra.Command {
Long: `##############################################################
################## vcluster convert config ###################
##############################################################
Converts virtual cluster config config to the v0.20 format
Converts the given virtual cluster config to the v0.20 format.
Reads from stdin if no file is given via "-f".
Examples:
vcluster convert config --distro k8s -f /my/k8s/values.yaml
Expand Down

0 comments on commit 622849e

Please sign in to comment.