Hi everyone…. trying to setup the notifications fo...
# flyte-support
r
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>"
t
@average-finland-92144, do you have any idea how to fix this?
a
Hi @rhythmic-lizard-91902 How does the notification look like?
150 Views