在ARGOCD同步失败时发送邮件通知
在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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以为此使用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/