mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-21 23:16:20 -04:00
cli: fix renamed flag for mini-constellation (#2662)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
b3c734b804
commit
581ae0f92a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue