Add replicator back in
This commit is contained in:
parent
e4273196e9
commit
e6baed194d
2 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ spec:
|
||||||
source:
|
source:
|
||||||
repoURL: "https://helm.mittwald.de"
|
repoURL: "https://helm.mittwald.de"
|
||||||
chart: "kubernetes-replicator"
|
chart: "kubernetes-replicator"
|
||||||
targetRevision: "1.0.0" # optional, or you can use a specific chart version
|
targetRevision: "1.0.0"
|
||||||
helm:
|
helm:
|
||||||
releaseName: "kubernetes-replicator"
|
releaseName: "kubernetes-replicator"
|
||||||
values: |
|
values: |
|
||||||
|
|
|
@ -10,8 +10,8 @@ spec:
|
||||||
elements:
|
elements:
|
||||||
- name: namespace
|
- name: namespace
|
||||||
path: applications/00-namespace
|
path: applications/00-namespace
|
||||||
#- name: replicator
|
- name: replicator
|
||||||
# path: applications/10-replicator
|
path: applications/10-replicator
|
||||||
#- name: databases
|
#- name: databases
|
||||||
# path: applications/20-databases
|
# path: applications/20-databases
|
||||||
#- name: domain-names
|
#- name: domain-names
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue