Skip to content

Commit

Permalink
fix broken link (#16722)
Browse files Browse the repository at this point in the history
Signed-off-by: Noam Gal <noam.gal@codefresh.io>
  • Loading branch information
ATGardner authored Dec 31, 2023
1 parent f0f4a4e commit 80ca563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/notifications/triggers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The trigger defines the condition when the notification should be sent. The definition includes name, condition
and notification templates reference. The condition is a predicate expression that returns true if the notification
should be sent. The trigger condition evaluation is powered by [antonmedv/expr](https://github.com/antonmedv/expr).
The condition language syntax is described at [Language-Definition.md](https://github.com/antonmedv/expr/blob/master/docs/Language-Definition.md).
The condition language syntax is described at [language-definition.md](https://github.com/antonmedv/expr/blob/master/docs/language-definition.md).

The trigger is configured in the `argocd-notifications-cm` ConfigMap. For example the following trigger sends a notification
when application sync status changes to `Unknown` using the `app-sync-status` template:
Expand Down

0 comments on commit 80ca563

Please sign in to comment.