Hi everyone…. trying to setup the notifications fo...
# ask-the-community
e
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
@David Espejo (he/him), do you have any idea how to fix this?
d
Hi @Eduardo Matus How does the notification look like?
150 Views