在ARGOCD同步失败时发送邮件通知

发布于 2025-02-10 18:10:21 字数 65 浏览 4 评论 0原文

在K8中部署应用程序时,如果ArgOCD同步失败,则通过Kubernetes配置向用户发送电子邮件来处理这些应用程序

While deploying an application in K8, if argoCD sync failed, Any way to handle those by sending an email to user through kubernetes configurations

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尹雨沫 2025-02-17 18:10:21

您可以为此使用ARGO通知,现在已在最新版本中烘烤到argoCD中。

它涉及在应用程序上使用注释,并在Notifications Configmap中设置模板。所有文档都可以在此处找到: https:// https:// argo-cd。 readthedocs.io/en/stable/operator-manual/notifications/

you can use Argo Notifications for this, this is now baked into ArgoCD in the newest version.

It involves using annotations on the app, and setting the template in the notifications configmap. all documentation can be found here: https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文