Skip to content

Commit

Permalink
Merge pull request #173 from danehans/bz_1838266
Browse files Browse the repository at this point in the history
Bug 1838266: Updates Progressing status condition message
  • Loading branch information
openshift-merge-robot committed May 20, 2020
2 parents 8e09841 + 6d582f0 commit 66e4f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/controller/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (r *reconciler) computeOperatorProgressingCondition(oldCondition *configv1.
progressing = true
}
if dnses.progressing > 0 {
messages = append(messages, "Not all DNS DaemonSets available.")
messages = append(messages, "At least 1 DNS DaemonSet is progressing.")
progressing = true
}

Expand Down

0 comments on commit 66e4f14

Please sign in to comment.