fluxcd: replicator

This commit is contained in:
Márcio Fernandes
2026-06-07 15:12:43 +00:00
parent 29feda6a64
commit 24fe92de8c
6 changed files with 53 additions and 0 deletions
+8
View File
@@ -11,3 +11,11 @@ helm repo update
helm upgrade --install replicator mittwald/kubernetes-replicator \
--namespace replicator
```
## Setup
Using flux for reconciliation.
``` bash
kubectl kustomize deploy/flux | kubectl apply -f -
```