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:
@@ -20,7 +20,7 @@ spec:
|
|||||||
- repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git
|
- repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
# Vault secrets from Git repository
|
# Additional resources (ExternalSecret, Ingress, etc.)
|
||||||
- repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git
|
- repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: grafana
|
path: grafana
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
- repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git
|
- repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
# Vault secrets from Git repository
|
# Additional resources (ExternalSecret, etc.)
|
||||||
- repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git
|
- repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: prometheus
|
path: prometheus
|
||||||
|
|||||||
Reference in New Issue
Block a user