From 902be3a9aa9c4a7ab91c330ba292afa077b2d5ef Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 18 Sep 2025 15:00:54 +0200 Subject: [PATCH] docs(README): typo - replace Reposilite with exporter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1561294..bd703fa 100644 --- a/README.md +++ b/README.md @@ -156,12 +156,12 @@ replaced: #### TLS certificate rotation -If Reposilite uses TLS certificates that are mounted as a secret in the container file system like the example +If the exporter uses TLS certificates that are mounted as a secret in the container file system like the example [above](#tls-authentication-and-encryption), the exporter will not automatically apply them when the TLS certificates are rotated. Such a rotation can be for example triggered, when the [cert-manager](https://cert-manager.io/) issues new TLS certificates before expiring. -Until Reposilite does not support rotating TLS certificate a workaround can be applied. For example stakater's +Until the exporter does not support rotating TLS certificate a workaround can be applied. For example stakater's [reloader](https://github.com/stakater/Reloader) controller can be used to trigger a rolling update. The following annotation must be added to instruct the reloader controller to trigger a rolling update, when the mounted configMaps and secrets have been changed.