You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A notification error occurs when managing an application in a namespace where argocd is not installed.
I installed argocd in the argo namespace and created and used the application in another namespace, but the following error is occurring in notifications-controller.
W1030 18:34:06.483874 7 reflector.go:324] pkg/mod/k8s.io/client-go@v0.24.2/tools/cache/reflector.go:167: failed to list *unstructured.Unstructured: failed to list applications: applications.argoproj.io is forbidden: User "system:serviceaccount:argo:argocd-notifications-controller" cannot list resource "applications" in API group "argoproj.io" at the cluster scope
E1030 18:34:06.483896 7 reflector.go:138] pkg/mod/k8s.io/client-go@v0.24.2/tools/cache/reflector.go:167: Failed to watch *unstructured.Unstructured: failed to list *unstructured.Unstructured: failed to list applications: applications.argoproj.io is forbidden: User "system:serviceaccount:argo:argocd-notifications-controller" cannot list resource "applications" in API group "argoproj.io" at the cluster scope
W1030 18:34:07.460939 7 reflector.go:324] pkg/mod/k8s.io/client-go@v0.24.2/tools/cache/reflector.go:167: failed to list *unstructured.Unstructured: failed to list applications: applications.argoproj.io is forbidden: User "system:serviceaccount:argo:argocd-notifications-controller" cannot list resource "applications" in API group "argoproj.io" at the cluster scope
I think notifications need clusterRole.
I can create clusterrole and clusterrolebinding separately, but I think it would be better if they were included in the chart.
Related helm chart
argo-cd
Helm chart version
5.48.0
To Reproduce
v5.28.0 ArgoCD helm chart run
Expected behavior
notiNo errors occur in the notifications controller and notifications come well.
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
A notification error occurs when managing an application in a namespace where argocd is not installed.
I installed argocd in the argo namespace and created and used the application in another namespace, but the following error is occurring in notifications-controller.
I think notifications need clusterRole.
I can create clusterrole and clusterrolebinding separately, but I think it would be better if they were included in the chart.
Related helm chart
argo-cd
Helm chart version
5.48.0
To Reproduce
v5.28.0 ArgoCD helm chart run
Expected behavior
notiNo errors occur in the notifications controller and notifications come well.
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: