This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Argo do not accept Teams template. #410
Unanswered
ashishkurian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Folks,
I am trying to implement teams notification for Argo and I get
failed to unmarshal template
error.I am attaching the argocd-notifications-cm configmap here.
argocd-notifications-cm.zip
When I try to troubleshoot the problem using the
argocd-notifications
package, I get this errorfailed to get api: failed to unmarshal template app-deployed: error converting YAML to JSON: yaml: line 41: did not find expected key
To understand what is really going on I removed the teams part from the template and added the following as mentioned here
https://github.com/argoproj-labs/argocd-notifications/blob/master/catalog/templates/app-deployed.yaml
, and the template was accepted.Even if I tried to use slack notification, I get the same unmarshal error.
Beta Was this translation helpful? Give feedback.
All reactions