Skip to content

Commit

Permalink
api/conditions: update comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Sep 4, 2024
1 parent 9f6e809 commit b147f20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/api/v1/conditions/routes/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,10 @@ func (r *Routes) firmwareInstallComposite(
Conditions: []*rctypes.Condition{},
}

// under feature flag until this is confirmed to be working as expected
// - if set - include require inband - if firmwares shares that requirement
// Under feature flag until this is confirmed to be working as expected
//
// with this feature flag set, the pxeBoot, inband conditions are published,
// if the component firmware indicates it should be installed inband
if os.Getenv("CONDITION_API_FEATURE_INBAND_FIRMWARE") != "" {
for idx := range fwset.ComponentFirmware {
if booleanIsTrue(fwset.ComponentFirmware[idx].InstallInband) {
Expand Down

0 comments on commit b147f20

Please sign in to comment.