Skip to content

Commit

Permalink
Revert "MGMT-16980: Change the default value of ENABLE_SKIP_MCO_REBOO…
Browse files Browse the repository at this point in the history
…T to false (#6011)" (#6139)

This reverts commit 0eb0c73.
  • Loading branch information
ori-amizur committed Mar 31, 2024
1 parent 30b423b commit 1795995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/feature/flags.go
Expand Up @@ -10,5 +10,5 @@ type Flags struct {
EnableRejectUnknownFields bool `envconfig:"ENABLE_REJECT_UNKNOWN_FIELDS" default:"true"`

// EnableSkipMcoReboot is a boolean flag to enable MCO reboot by assisted installer
EnableSkipMcoReboot bool `envconfig:"ENABLE_SKIP_MCO_REBOOT" default:"false"`
EnableSkipMcoReboot bool `envconfig:"ENABLE_SKIP_MCO_REBOOT" default:"true"`
}

0 comments on commit 1795995

Please sign in to comment.