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
This commit is contained in:
2025-12-29 01:37:13 +09:00
parent 4e0f27192f
commit a2e0ef4477
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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