From efd2bd84a8119f1a148ada34c9a389d94e848ff6 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Tue, 9 Jan 2024 11:22:31 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- charts/cdviz-collector/values.yaml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2da1d4..8ab07c7 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ A set of components to provide a view of which version of services are deployed ## Architecture Overview -[![](doc/images/Drawing%202023-12-27%2016.04.47-cdviz-architecture.excalidraw.svg)](doc/images/Drawing%202023-12-27%2016.04.47-cdviz-architecture.excalidraw.svg) +![cdviz architecture](doc/images/Drawing%202023-12-27%2016.04.47-cdviz-architecture.excalidraw.svg) -**Why dashboard tool (like Grafana) have a read-only access to the DB (postgresql), and go through an API (micro)service (like cdviz-collector)?** +**Why do dashboard tools, like Grafana, have access (read-only) to the DB (PostgreSQL), and go through an API (micro)service (like `cdviz-collector`)?** - access to the data is the value, not the service - allow dashboards to use the full query power of SQL to query data, and to plug any analytics tools diff --git a/charts/cdviz-collector/values.yaml b/charts/cdviz-collector/values.yaml index 1663d8f..e1263fa 100644 --- a/charts/cdviz-collector/values.yaml +++ b/charts/cdviz-collector/values.yaml @@ -100,4 +100,3 @@ dbMigration: # see Chart of cdviz for more details (list of keys,...) or templates/deployment.yaml secrets: name: cdviz # name of the secret (also used by cdviz-collector, dbMigration, postgresql, grafana,...) -