From 76167451887773ef0f78aecd9763bc9d73008eb7 Mon Sep 17 00:00:00 2001 From: Johannes Frey Date: Wed, 24 Jul 2024 12:22:38 +0200 Subject: [PATCH] chore: make usage of vcluster convert config more clear --- cmd/vclusterctl/cmd/convert/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/vclusterctl/cmd/convert/config.go b/cmd/vclusterctl/cmd/convert/config.go index 33bbf240a..cf6a3e955 100644 --- a/cmd/vclusterctl/cmd/convert/config.go +++ b/cmd/vclusterctl/cmd/convert/config.go @@ -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