Merge branch 'main' into template-textanalyzer-message

This commit is contained in:
Nils Seip
2022-05-30 09:32:01 +02:00
committed by GitHub

View File

@@ -55,6 +55,10 @@ func analyzeOneDeploymentStatus(analyzer *troubleshootv1beta2.DeploymentStatus,
}
}
if result == nil {
return nil, nil
}
return []*AnalyzeResult{result}, nil
}