From 7b4dd7ded78a12a6e51fe26c6febad08fad608ba Mon Sep 17 00:00:00 2001 From: zhenyus Date: Tue, 18 Mar 2025 00:13:34 +0800 Subject: [PATCH] fix: correct legendFormat syntax for variable interpolation in authentication dashboard Signed-off-by: zhenyus --- .../authentication/templates/authentication/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/dashboard.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/dashboard.yaml index 71f9bf21..018f370e 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/dashboard.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/dashboard.yaml @@ -266,7 +266,7 @@ data: "format": "time_series", "interval": "", "intervalFactor": 1, - "legendFormat": "{{ status }}", + "legendFormat": "{{ `{{ status }}` }}", "range": true, "refId": "A" }