From c1a2a098c883aa978ade20c4cb3177d06b7283f2 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 25 Nov 2024 23:25:03 +0100 Subject: [PATCH] doc(README): adapt warning blockquote --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8031c1a..703098e 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ The first example shows how to deploy the metric exporter with TLS encryption. T certification will be skipped by Prometheus. > [!WARNING] -> A TLS secret with the name `prometheus-postgresql-exporter-http` containing a `ca.crt`, `tls.key` and `tls.crt` is -> already present. +> The secret `prometheus-postgresql-exporter-http` containing the TLS certificate is already present. The keys `ca.crt`, +> `tls.key` and `tls.crt` of the secret can be mounted into the container filesystem for TLS authentication / encryption. ```bash helm install prometheus-exporters/prometheus-postgres-exporter prometheus-postgres-exporter \