From 44511a76e41b947a6328cc1960cc9e1bdbb273e5 Mon Sep 17 00:00:00 2001 From: Denis Patrakeev Date: Thu, 6 Mar 2025 10:00:24 +0300 Subject: [PATCH] [hotfix] Add new kube-system to kube-prometheus-stack (!114) Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/114 Reviewed-by: Rustam Tagaev --- .../argocd-apps-kube-prometheus-stack-app.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/k8s-avroid-office.prod.local/namespaces/kube-prometheus-stack/kube-prometheus-stack/argocd-apps-kube-prometheus-stack-app.yaml b/clusters/k8s-avroid-office.prod.local/namespaces/kube-prometheus-stack/kube-prometheus-stack/argocd-apps-kube-prometheus-stack-app.yaml index 193da41..375269d 100644 --- a/clusters/k8s-avroid-office.prod.local/namespaces/kube-prometheus-stack/kube-prometheus-stack/argocd-apps-kube-prometheus-stack-app.yaml +++ b/clusters/k8s-avroid-office.prod.local/namespaces/kube-prometheus-stack/kube-prometheus-stack/argocd-apps-kube-prometheus-stack-app.yaml @@ -68,3 +68,7 @@ spec: kind: ServiceMonitor - group: '*' kind: Prometheus + # When using Applications-in-any-namespace, this field determines which namespaces this AppProject permits + # Applications to reside in. Details: https://argo-cd.readthedocs.io/en/stable/operator-manual/app-any-namespace/ + sourceNamespaces: + - "kube-system"