From a2e0ef4477619ef642938e4afb3625dea7e747bf Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 29 Dec 2025 01:37:13 +0900 Subject: [PATCH] REFACTOR(prometheus): remove path sources - from grafana and prometheus... - Remove 'path: grafana' source from grafana Application - Remove 'path: prometheus' source from prometheus Application - ExternalSecret and Ingress will be managed manually via kubectl apply -k - Fixes circular dependency issue causing Progressing state --- grafana/argocd.yaml | 2 +- prometheus/argocd.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana/argocd.yaml b/grafana/argocd.yaml index 16e6f25..aabfdc7 100644 --- a/grafana/argocd.yaml +++ b/grafana/argocd.yaml @@ -20,7 +20,7 @@ spec: - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git targetRevision: main ref: values - # Vault secrets from Git repository + # Additional resources (ExternalSecret, Ingress, etc.) - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git targetRevision: main path: grafana diff --git a/prometheus/argocd.yaml b/prometheus/argocd.yaml index fb87b2b..82583bd 100644 --- a/prometheus/argocd.yaml +++ b/prometheus/argocd.yaml @@ -20,7 +20,7 @@ spec: - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git targetRevision: main ref: values - # Vault secrets from Git repository + # Additional resources (ExternalSecret, etc.) - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git targetRevision: main path: prometheus