This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Discord webhook setup method should be described in detail #429
kumo-rn5s
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to send a message to discord through normal webhook, and i found this.
If trigger definition is missing in
argocd-notifications-cm
, the message will not be sent and there will be no error in the controller's log, even if I installed triggers from Catalog, and set up annotation according to the documentation,like
on-deployed
innotifications.argoproj.io/subscribe.on-deployed.<webhook name>
What I did was to define some triggers and use that trigger in an annotation.
kubectl patch app <application name> -n argocd -p '{"metadata": {"annotations": {"notifications.argoproj.io/subscribe.on-deployed.discord_webhook":""}}}' --type merge
Discord webhook setup method should be described in detail in the
v:latest
documentation.Beta Was this translation helpful? Give feedback.
All reactions