-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat(argo-cd): Add ability to set Notification Services #1220
feat(argo-cd): Add ability to set Notification Services #1220
Conversation
Signed-off-by: yu-croco <yuki.kita22@gmail.com>
Oh I am too late :-D This functionality was already there but has another name: https://github.com/argoproj/argo-helm/blob/master/charts/argo-cd/values.yaml#L2191-L2196 |
oh, I'm so sorry for missing it... 😇 |
Shall I make revert PR ? 👀 |
ahh, missed it as well :D |
That would be great. Maybe we can extend Line 2191 with something of your description? - # -- Configures notification services
+ # -- Configures notification services such as slack, email or custom webhook |
Sounds good to me 👍 |
Sure, I will make PR soon. 🙋 |
I created PR. Please check 🙇 |
Signed-off-by: yu-croco <yuki.kita22@gmail.com>
* Revert "feat(argo-cd): Add ability to set Notification Services (argoproj#1220)" This reverts commit 7932e5a. Signed-off-by: yu-croco <yuki.kita22@gmail.com> * chore(argocd): update comment to clarify usecase Signed-off-by: yu-croco <yuki.kita22@gmail.com>
Signed-off-by: yu-croco yuki.kita22@gmail.com
According to official doc, we can set Notification Services on
argocd-notifications-cm
ConfigMap, but there was no configuration against them. So I added them. 🙋Note on DCO:
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.
Checklist:
Changes are automatically published when merged to
master
. They are not published on branches.