Email notification not getting triggered #3691
AnubhavSabharwa
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Emails are not coming for argocd-rollouts
The Logs are also not showing any kind of error and analysis getting failed still not getting emails.
Not for other triggers as well.
logs: shows this
time="2024-07-01T18:48:06Z" level=info msg="Trigger on-analysis-run-error result: [{[0].2jmj7l5rSw0yVb_vlWAYkK_YBwk [analysis-run-error] false}]" resource=ashkdasdjaos/asdhasihdasd
I read somewhere this highlighted thing shows whether notifcation send or not and it is always being false.
Can anyone please guide me over here
Argocd-rollouts-notification-cm
service.email.gmail: |
username: $username
password: $password
host: $host
port: 587
from: $from
trigger.on-analysis-run-error: |
- send: [analysis-run-error]
template.on-analysis-run-error: |
email:
subject: ALERT URGENT | ARGO Rollout {{ .app.metadata.name }} aborted.
message: |
Argo Rollout {{ .app.metadata.name }} has Failed.
Please take the action.
Application URL : {{ .context.argocdUrl }}/applications/{{ .app.metadata.name }}?operation=true
App Annotations
notifications.argoproj.io/subscribe.on-analysis-run-error.gmail: [email protected]
Beta Was this translation helpful? Give feedback.
All reactions