You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Then I've added another recipient: - email:[email protected], the notifier YAML is not updated, yet.
As a result, the controller keeps sending the slack notification because the SMTP was not configured yet.
I think it is because of the missing annotation that the controller adds to the application.
A fix can be either to add the annotation, logging the fact that not all the notifications have been sent. Or, to create annotation per recipient.
The text was updated successfully, but these errors were encountered:
I have created the following
argocd-notifications-cm
with subscriptions:Then I've added another recipient:
- email:[email protected]
, the notifier YAML is not updated, yet.As a result, the controller keeps sending the slack notification because the SMTP was not configured yet.
I think it is because of the missing annotation that the controller adds to the application.
A fix can be either to add the annotation, logging the fact that not all the notifications have been sent. Or, to create annotation per recipient.
The text was updated successfully, but these errors were encountered: