-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
argocd-notifications-controller: unmarshalling error invalid character '}' when updating argocd-notifications-cm.yaml #22227
Comments
Can you remove IncludeMutationWebhook=true, please? Not sure it's causing the issue, but you generally don't want this. |
@andrii-korotkov-verkada thank you for your quick response! This happens also with other apps without the |
Hi @mjtrangoni This bug suddenly happen whe you upgrade since it is only included in this v2.14.4 |
@sivchari Thank you! I can confirm it works now on my instance. Could we add a small test here for loading the configuration and checking if it is a valid JSON? Another thing I found now is that ":arrow_heading_up:" is not rendered on MS Teams. The support for Markdown shortcuts is limited (very!). The only one alternative is using Unicode Emojis like ⬆️🔼💡🔥. |
@mjtrangoni
Sounds good to me. What do you think ? @andrii-korotkov-verkada
Interesting. Using unicode emojis is good way to visibility. |
Sure, we can try adding a test |
It seems to be other problem with this one. So let's split issue and open it as a other one. |
Checklist:
argocd version
.Describe the bug
After upgrading ArgoCD from 2.13.5 to 2.14.4, and upgrading
argocd-notifications-cm.yaml
to the 2.13.5 to the 2.14.4 status, no more MS Teams "IncomingWebhook" notification was sent anymore. See the argocd-notifications-controller logs.To Reproduce
On a running ArgoCD, and an Application installation via helm, like this,
Update
argocd-notifications-cm.yaml
from 2.13.5 to 2.14.4where our diff for MS Teams there from the vanilla one is,
with the 2.13.5 version it works without problems, and with the 2.14.4 is not rendered.
Expected behavior
ArgoCD sending the same notifications as before.
Screenshots
Version
Logs
argocd-notifications-controller:
The text was updated successfully, but these errors were encountered: