cli: fix renamed flag for mini-constellation (#2662)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-11-30 10:12:51 +01:00 committed by GitHub
parent b3c734b804
commit 581ae0f92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ func (m *miniUpCmd) up(cmd *cobra.Command) (retErr error) {
cmd.Flags().Bool("yes", true, "")
cmd.Flags().Bool("skip-helm-wait", false, "")
cmd.Flags().Bool("conformance", false, "")
cmd.Flags().Duration("timeout", time.Hour, "")
cmd.Flags().Duration("helm-timeout", time.Hour, "")
// create and initialize the cluster
if err := runApply(cmd, nil); err != nil {