From 3654e56ae64b7b95959db0c4b31455ebce4fa3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 7 Jun 2026 15:16:31 +0000 Subject: [PATCH] modified: services/replicator/README.md --- services/replicator/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/services/replicator/README.md b/services/replicator/README.md index 020fe67..fe41b8f 100644 --- a/services/replicator/README.md +++ b/services/replicator/README.md @@ -4,14 +4,6 @@ Kubernetes Replicator (mittwald/kubernetes‑replicator) is a lightweight contro Replicator watches for annotations on a source Secret and keeps synchronized copies updated in the target namespaces. It preserves custom metadata and removes cert‑manager‑specific annotations from the replicated secrets to avoid conflicts. When cert‑manager renews a certificate, Replicator automatically updates all replicated copies. -``` bash -helm repo add mittwald https://helm.mittwald.de -kubectl create namespace replicator -helm repo update -helm upgrade --install replicator mittwald/kubernetes-replicator \ - --namespace replicator -``` - ## Setup Using flux for reconciliation.