mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 23:49:37 -05: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
@ -103,7 +103,7 @@ func (m *miniUpCmd) up(cmd *cobra.Command) (retErr error) {
|
|||||||
cmd.Flags().Bool("yes", true, "")
|
cmd.Flags().Bool("yes", true, "")
|
||||||
cmd.Flags().Bool("skip-helm-wait", false, "")
|
cmd.Flags().Bool("skip-helm-wait", false, "")
|
||||||
cmd.Flags().Bool("conformance", false, "")
|
cmd.Flags().Bool("conformance", false, "")
|
||||||
cmd.Flags().Duration("timeout", time.Hour, "")
|
cmd.Flags().Duration("helm-timeout", time.Hour, "")
|
||||||
|
|
||||||
// create and initialize the cluster
|
// create and initialize the cluster
|
||||||
if err := runApply(cmd, nil); err != nil {
|
if err := runApply(cmd, nil); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user