Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Argo Notifications Engine integration #1

Open
rbreeze opened this issue Jun 2, 2021 · 0 comments
Open

Argo Notifications Engine integration #1

rbreeze opened this issue Jun 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@rbreeze
Copy link
Collaborator

rbreeze commented Jun 2, 2021

The Argo Notifications Engine makes it easy to add notifications support for K8S controllers.

It would be great if Argo CD Extensions used Notifications Engine to make this even easier by allowing Extensions administrators to configure notifications directly in the ArgoCDExtension CR:

apiVersion: v1
kind: ArgoCDExtension
metadata:
  name: rollout-extension
spec:
  repository: https://github.com/argoproj-labs/argocd-extensions-library
  revision: HEAD
  path: rollout
  notifications:
    configMap: argocd-notifications-cm

Using Notifications Engine, it may also be possible to allow configuration of notifications for Extended resources in the UI.

@rbreeze rbreeze added the enhancement New feature or request label Jun 2, 2021
@rbreeze rbreeze changed the title Argo Notifications Engine support Argo Notifications Engine integration Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant