Skip to content

Commit

Permalink
Merge pull request #232 from openshift-cherrypick-robot/cherry-pick-2…
Browse files Browse the repository at this point in the history
…31-to-release-0.9

[release-0.9] Simplify naming for condition
  • Loading branch information
openshift-merge-bot[bot] authored Jul 5, 2024
2 parents 77ee799 + c3b8c51 commit 728ee4c
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 728ee4c

Please sign in to comment.