-
Hi everyone I am trying to send notification if an app is created/deleted, and have configured everything using helm charts. Using the argocd-notifications v1.1.0 Below are my trigger conditions:
Below is my templates section (just adding the app-created template for less content):
The JSON for template is valid, and once applied it shows up properly in the configmap also. However I get the following error whenever a new app is created:
Can anyone help me here please?? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the issue and solved it. I had missed the
|
Beta Was this translation helpful? Give feedback.
I found the issue and solved it. I had missed the
send
key in the triggers section. Works with the following: