From 038c0d0dfd5485ff09965e5625032f4a4cbb98ec Mon Sep 17 00:00:00 2001 From: Denis Patrakeev Date: Thu, 6 Mar 2025 16:19:22 +0300 Subject: [PATCH] [hotfix] Fix namespace for kube-prometheus-stack 7 (!126) Co-authored-by: denis.patrakeev Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/126 Reviewed-by: Rustam Tagaev --- .../argocd-apps-kube-prometheus-stack-app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 9d44cef..2152e6f 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 @@ -9,8 +9,8 @@ metadata: spec: project: kube-prometheus-stack destination: - - namespace: kube-prometheus-stack - server: https://kubernetes.default.svc + server: https://kubernetes.default.svc + namespace: kube-prometheus-stack sources: - repoURL: https://git.avroid.tech/K8s/k8s-configs.git targetRevision: master