mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -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
|
@ -26,7 +26,7 @@ func NewCreateCmd() *cobra.Command {
|
|||
cmd.Flags().Bool("conformance", false, "")
|
||||
cmd.Flags().Bool("skip-helm-wait", false, "")
|
||||
cmd.Flags().Bool("merge-kubeconfig", false, "")
|
||||
cmd.Flags().Duration("timeout", 5*time.Minute, "")
|
||||
cmd.Flags().Duration("helm-timeout", 10*time.Minute, "")
|
||||
// Skip all phases but the infrastructure phase.
|
||||
cmd.Flags().StringSlice("skip-phases", allPhases(skipInfrastructurePhase), "")
|
||||
return runApply(cmd, args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue