From d3e50d6e99bde1cdac8252e8c75421f257c51f20 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Tue, 18 Mar 2025 00:12:55 +0800 Subject: [PATCH] fix: update legendFormat in authentication dashboard for proper variable interpolation 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 94ab2235..71f9bf21 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/dashboard.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/dashboard.yaml @@ -129,7 +129,7 @@ data: "format": "time_series", "interval": "", "intervalFactor": 1, - "legendFormat": "{{ method }} {{ handler }}", + "legendFormat": "{{ `{{ method }} {{ handler }}` }}", "range": true, "refId": "A" }