Troubleshooting errors
Failed to parse new settings
error converting YAML to JSON
YAML syntax is incorrect.
incorrect:
apiVersion: v1kind: ConfigMapmetadata:name: argocd-notifications-cmdata:service.slack: |token: $slack-tokenicon: :rocket:
correct:
apiVersion: v1kind: ConfigMapmetadata:name: argocd-notifications-cmdata:service.slack: |token: $slack-tokenicon: ":rocket:"
service type ‘xxxx’ is not supported
You need to check your argocd-notifications controller version. For instance, the teams integration is to support v1.1.0 and more.
Failed to notify recipient
notification service ‘xxxx’ is not supported”
You have not defined xxxx in argocd-notifications-cm or to fail to parse settings.