mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 22:34:56 -04:00
cli: fix helm-timeout flags for deprecated commands (#2676)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
8bd17b995e
commit
0e91650631
3 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ func NewInitCmd() *cobra.Command {
|
|||
// We always want to skip the infrastructure phase here, to be aligned with the
|
||||
// functionality of the old init command.
|
||||
cmd.Flags().StringSlice("skip-phases", []string{string(skipInfrastructurePhase)}, "")
|
||||
cmd.Flags().Duration("timeout", time.Hour, "")
|
||||
cmd.Flags().Duration("helm-timeout", 10*time.Minute, "")
|
||||
return runApply(cmd, args)
|
||||
},
|
||||
Deprecated: "use 'constellation apply' instead.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue