From 098b6a8e5bfafc25106c2094c9608db523a08114 Mon Sep 17 00:00:00 2001 From: icecheng Date: Mon, 10 Nov 2025 16:40:27 +0800 Subject: [PATCH] feat: update prometheus metrics capture --- .../devops/helm-pkg/templates/authentication-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.freeleaps/devops/helm-pkg/templates/authentication-config.yaml b/.freeleaps/devops/helm-pkg/templates/authentication-config.yaml index 771460a..a7a14a8 100644 --- a/.freeleaps/devops/helm-pkg/templates/authentication-config.yaml +++ b/.freeleaps/devops/helm-pkg/templates/authentication-config.yaml @@ -18,6 +18,6 @@ data: MONGODB_PORT: {{ .Values.authentication.configs.mongodbPort | toString | b64enc }} METRICS_ENABLED: {{ .Values.authentication.configs.metricsEnabled | default false | toString | b64enc }} PROBES_ENABLED: {{ .Values.authentication.configs.probesEnabled | default false | toString | b64enc }} - FREELEAPS_PRODUCT_ID: { { .Values.authentication.configs.freeleapsProductId | b64enc | quote } } - ENVIRONMENT: { { .Values.authentication.configs.environment | b64enc | quote } } + FREELEAPS_PRODUCT_ID: {{ .Values.authentication.configs.freeleapsProductId | b64enc | quote }} + ENVIRONMENT: {{ .Values.authentication.configs.environment | b64enc | quote }} \ No newline at end of file