Update operations.yaml (#22231)

Fix email templates
This commit is contained in:
Sriharsha Chintalapani 2025-07-08 16:06:55 -07:00 committed by GitHub
parent a5dc332c1c
commit e59adf7a81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"}