modified: services/replicator/README.md

This commit is contained in:
Márcio Fernandes
2026-06-07 15:16:31 +00:00
parent 200a290600
commit 3654e56ae6
-8
View File
@@ -4,14 +4,6 @@ Kubernetes Replicator (mittwald/kubernetesreplicator) 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 certmanagerspecific annotations from the replicated secrets to avoid conflicts. When certmanager 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.