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