https://flyte.org logo
#ask-the-community
Title
# ask-the-community
e

Eduardo Matus

03/21/2023, 2:06 PM
Hi everyone…. trying to setup the notifications following the guide but the helm template is not rendering correctly. I tried different ways to escape the ‘{{’ but none of them are working.. any thoughts?
Copy code
workflow_notifications:
  enabled: true
  config:
    notifications:
      type: aws
      region: "{{ .Values.userSettings.accountRegion }}"
      publisher:
        topicName: "arn:aws:sns:{{ .Values.userSettings.accountRegion }}:{{ .Values.userSettings.accountNumber }}:flyte_notification"
      processor:
        queueName: flyte_notification
        accountId: "{{ .Values.userSettings.accountNumber }}"
      emailer:
        subject: "Notice: Execution \"{{ name }}\" has {{ phase }} in \"{{ domain }}\"."
        #/{{ `{{` }} domain {{ `}}` }}/{{ `{{` }} launch_plan.name {{ `}}` }} has '{{ `{{` }} phase {{ `}}` }}'"
        sender: "<mailto:flyte-notification@mydomain.com|flyte-notification@mydomain.com>"
s

Samhita Alla

03/23/2023, 5:12 AM
@David Espejo (he/him), do you have any idea how to fix this?
d

David Espejo (he/him)

03/23/2023, 3:19 PM
Hi @Eduardo Matus How does the notification look like?