Skip to content

Commit

Permalink
Fix missing NodeUpdate reached desired config intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoodwin committed Oct 11, 2023
1 parent 3411adc commit cba88ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/monitor/monitorapi/types.go
Expand Up @@ -187,7 +187,7 @@ const (
NodeNotReadyReason IntervalReason = "NotReady"
NodeFailedLease IntervalReason = "FailedToUpdateLease"

MachineConfigChangeReason IntervalReason = "MachineConfigChanged"
MachineConfigChangeReason IntervalReason = "MachineConfigChange"
MachineConfigReachedReason IntervalReason = "MachineConfigReached"

Timeout IntervalReason = "Timeout"
Expand Down

0 comments on commit cba88ea

Please sign in to comment.