From 4e9aa21ceabd16f9221aa4b93c354bb7322f3c3c Mon Sep 17 00:00:00 2001 From: Samuel Barabas Date: Mon, 29 Jun 2020 19:48:02 +0200 Subject: [PATCH] Show controller check results on dashboard (#364) As I mentioned in https://github.com/FairwindsOps/polaris/issues/351, custom check results for `target: Controller` have not been shown on the Dashboard. --- pkg/dashboard/templates/dashboard.gohtml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pkg/dashboard/templates/dashboard.gohtml b/pkg/dashboard/templates/dashboard.gohtml index f9f76c6d..c7ead437 100644 --- a/pkg/dashboard/templates/dashboard.gohtml +++ b/pkg/dashboard/templates/dashboard.gohtml @@ -135,6 +135,22 @@
{{ .Kind }}: {{ .Name }}
+ +
+

Controller Spec:

+ +
+

Pod Spec:

+ {{ range .PodResult.ContainerResults }}

Container: {{ .Name }}