-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
AgroCD Notifications doesn't work with different namespaces #12912
Labels
bug
Something isn't working
Comments
Hi @GoSiddhartha Were you able to find alternative fix for this problem, I'm facing this issue too. |
13 tasks
Any feedback from ArgoCD maintainers on the PR from @Niksko as a fix for this issue? |
It would be great to have @Niksko's fix reviewed. |
I'm hoping Jann will have time to review, since he wrote apps in any namespace. If not, I'll venture out ld my comfort zone and take a look. 🙂 |
13 tasks
Resolved by #15702 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello team,
I have been trying to implement ArgoCd notifications into our clusters. First let me explain my use case and scenario.
We have k8s clusters running and they are provisioned and maintained my a centralised team. They have installed ArgoCd and also notification in their foundation namespace which we use with our applications and configs. We do not have control on their namespaces so I installed ArgoCD notification controller separately in a different namespace.
Will all configured I can see the notification pod logs as below -
time="2023-02-23T16:02:47Z" level=info msg="ArgoCD Notifications Controller is starting" built="2023-02-16T15:05:14Z" commit=6e02f8b23201b0620a4ff1bce5d38229ba1eb02e namespace=infra version=v2.6.2+6e02f8b 3 {"level":"info","msg":"serving metrics on port 9001","time":"2023-02-23T16:02:47Z"} 2 {"level":"info","msg":"loading configuration 9001","time":"2023-02-23T16:02:47Z"} 1 {"level":"warning","msg":"Controller is running.","time":"2023-02-23T16:02:47Z"}
When I try to delete a deployment I get no teams message and no logs to troubleshoot. Am I doing something wrong?
This is the deployment image I use "quay.io/argoproj/argocd:v2.6.2"
The cm is configured as below and the templates and triggers are copied from the latest documentation
The text was updated successfully, but these errors were encountered: