From e6baed194d3f86f621994218ffb43b3622b68365 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 13 Aug 2025 21:39:06 +1000 Subject: [PATCH] Add replicator back in --- applications/10-replicator/replicator.yaml | 2 +- deploy/server.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/10-replicator/replicator.yaml b/applications/10-replicator/replicator.yaml index 6c838f9..c81ad23 100644 --- a/applications/10-replicator/replicator.yaml +++ b/applications/10-replicator/replicator.yaml @@ -75,7 +75,7 @@ spec: source: repoURL: "https://helm.mittwald.de" chart: "kubernetes-replicator" - targetRevision: "1.0.0" # optional, or you can use a specific chart version + targetRevision: "1.0.0" helm: releaseName: "kubernetes-replicator" values: | diff --git a/deploy/server.yaml b/deploy/server.yaml index ee790d9..7012109 100644 --- a/deploy/server.yaml +++ b/deploy/server.yaml @@ -10,8 +10,8 @@ spec: elements: - name: namespace path: applications/00-namespace - #- name: replicator - # path: applications/10-replicator + - name: replicator + path: applications/10-replicator #- name: databases # path: applications/20-databases #- name: domain-names