This is an automated email from the ASF dual-hosted git repository.

gongchao pushed a commit to branch helm-chart
in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git

commit f8fe5410a10b1177a156a927f626e86f6d8edc08
Author: tomsun28 <[email protected]>
AuthorDate: Tue Nov 14 10:03:51 2023 +0800

    bugfix number variable in freemarker template display error (#1334)
---
 hertzbeat/templates/manager/configmap.yaml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/hertzbeat/templates/manager/configmap.yaml 
b/hertzbeat/templates/manager/configmap.yaml
index f1d71e6..caa3921 100644
--- a/hertzbeat/templates/manager/configmap.yaml
+++ b/hertzbeat/templates/manager/configmap.yaml
@@ -25,14 +25,8 @@ data:
       # need to disable spring boot mongodb auto config, or default mongodb 
connection tried and failed..
       autoconfigure:
         exclude: 
org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration, 
org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
-      thymeleaf:
-        prefix: classpath:/templates/
-        check-template-location: true
-        cache: true
-        suffix: .html
-        mode: HTML
-        template-resolver-order: 1
-    
+      freemarker:
+        enabled: false
     management:
       health:
         mail:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to