mirror of
https://github.com/valitydev/botkube.git
synced 2024-11-06 08:25:19 +00:00
TD-74::fix
This commit is contained in:
parent
8908bb28d8
commit
5003e6c234
@ -30,7 +30,7 @@ func (d DeployErrorsChecker) Run(object interface{}, event *events.Event) {
|
||||
if err != nil {
|
||||
log.Errorf("Unable to transform object type: %v, into type: %v", reflect.TypeOf(object), reflect.TypeOf(podObj))
|
||||
}
|
||||
event.Recommendations = append(event.Warnings, fmt.Sprintf(Message+KibanaUrlTemplate, podObj.Name))
|
||||
event.Recommendations = append(event.Recommendations, fmt.Sprintf(Message+KibanaUrlTemplate, podObj.Name))
|
||||
}
|
||||
|
||||
func (d DeployErrorsChecker) Describe() string {
|
||||
|
Loading…
Reference in New Issue
Block a user