We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39a7c6 commit b1bd8e7Copy full SHA for b1bd8e7
pkg/util/helpers.go
@@ -28,7 +28,7 @@ func GenerateConditionChangeEvent(t string, status types.ConditionStatus, reason
28
Severity: types.Info,
29
Timestamp: timestamp,
30
Reason: reason,
31
- Message: fmt.Sprintf("Node condition %s is now: %s, reason: %s, message: %s", t, status, reason, message),
+ Message: fmt.Sprintf("Node condition %s is now: %s, reason: %s, message: %q", t, status, reason, message),
32
}
33
34
0 commit comments