revert(README): adapt warning blockquote

This reverts commit 98fe8fe2a4.
This commit is contained in:
2024-11-25 23:24:04 +01:00
parent 98fe8fe2a4
commit 085a68c60c
4 changed files with 7 additions and 98 deletions

View File

@ -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]
> 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.
> A TLS secret with the name `prometheus-postgresql-exporter-http` containing a `ca.crt`, `tls.key` and `tls.crt` is
> already present.
```bash
helm install prometheus-exporters/prometheus-postgres-exporter prometheus-postgres-exporter \