From e59adf7a81a1a4bff7d767fe245bc445b597fb12 Mon Sep 17 00:00:00 2001 From: Sriharsha Chintalapani Date: Tue, 8 Jul 2025 16:06:55 -0700 Subject: [PATCH] Update operations.yaml (#22231) Fix email templates --- conf/operations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/operations.yaml b/conf/operations.yaml index ab82ba40652..f6474f2ebfb 100644 --- a/conf/operations.yaml +++ b/conf/operations.yaml @@ -8,7 +8,7 @@ email: username: ${SMTP_SERVER_USERNAME:-""} password: ${SMTP_SERVER_PWD:-""} transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"} - templates: ${TEMPLATES:-"collate"} + templates: ${TEMPLATES:-"openmetadata"} serverUrl: openMetadataUrl: ${OPENMETADATA_SERVER_URL:-"http://localhost:8585"}