Skip to content

Commit

Permalink
Merge pull request #231 from clobrano/better-name-snr-disabled-config…
Browse files Browse the repository at this point in the history
…-not-found-0

Simplify naming for condition
  • Loading branch information
openshift-merge-bot[bot] authored Jul 5, 2024
2 parents 9238c04 + 6ddaa2d commit 680b030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/selfnoderemediation_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const (
remediationSkippedNodeNotFound conditionReason = "RemediationSkippedNodeNotFound"

// Other Reasons
snrDisabledNoConfig conditionReason = "SNRDisabledConfigurationNotFound"
snrDisabledNoConfig conditionReason = "ConfigurationNotFound"
)

type remediationPhase string
Expand Down

0 comments on commit 680b030

Please sign in to comment.