Skip to content

Commit

Permalink
cli: fix renamed flag for mini-constellation (#2662)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse authored Nov 30, 2023
1 parent b3c734b commit 581ae0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/cmd/miniup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 581ae0f

Please sign in to comment.