Skip to content

Commit

Permalink
Merge pull request #3920 from lsst-sqre/u/rra/kubernetes-replicator
Browse files Browse the repository at this point in the history
Remove kubernetes-replicator
  • Loading branch information
rra authored Nov 23, 2024
2 parents 608fad0 + 96378fd commit 6e6ba82
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 146 deletions.
11 changes: 0 additions & 11 deletions applications/kubernetes-replicator/Chart.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions applications/kubernetes-replicator/README.md

This file was deleted.

Empty file.
Empty file.
18 changes: 0 additions & 18 deletions applications/kubernetes-replicator/values.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ metadata:
labels:
strimzi.io/cluster: {{ .Values.cluster.name }}
spec:
template:
secret:
metadata:
annotations:
replicator.v1.mittwald.de/replication-allowed: "true"
replicator.v1.mittwald.de/replication-allowed-namespaces: "ook"
authentication:
type: tls
authorization:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ metadata:
labels:
strimzi.io/cluster: {{ .Values.cluster.name }}
spec:
template:
secret:
metadata:
annotations:
replicator.v1.mittwald.de/replication-allowed: "true"
replicator.v1.mittwald.de/replication-allowed-namespaces: "squarebot"
authentication:
type: tls
authorization:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ metadata:
labels:
strimzi.io/cluster: {{ .Values.cluster.name }}
spec:
template:
secret:
metadata:
annotations:
replicator.v1.mittwald.de/replication-allowed: "true"
replicator.v1.mittwald.de/replication-allowed-namespaces: "templatebot"
authentication:
type: tls
authorization:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ metadata:
labels:
strimzi.io/cluster: {{ .Values.cluster.name }}
spec:
template:
secret:
metadata:
annotations:
replicator.v1.mittwald.de/replication-allowed: "true"
replicator.v1.mittwald.de/replication-allowed-namespaces: "unfurlbot"
authentication:
type: tls
authorization:
Expand Down
17 changes: 0 additions & 17 deletions docs/applications/kubernetes-replicator/index.rst

This file was deleted.

12 changes: 0 additions & 12 deletions docs/applications/kubernetes-replicator/values.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/applications/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Argo CD project: ``support``
:maxdepth: 1

ghostwriter/index
kubernetes-replicator/index
postgres/index
sqlproxy-cross-project/index
strimzi/index
Expand Down
1 change: 0 additions & 1 deletion environments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
| applications.hips | bool | `false` | Enable the HiPS application |
| applications.ingress-nginx | bool | `true` | Enable the ingress-nginx application. This is required for all environments, but is still configurable because currently USDF uses an unsupported configuration with ingress-nginx deployed in a different cluster. |
| applications.jira-data-proxy | bool | `false` | Enable the jira-data-proxy application |
| applications.kubernetes-replicator | bool | `false` | Enable the kubernetes-replicator application |
| applications.livetap | bool | `false` | Enable the livetap application |
| applications.love | bool | `false` | Enable the love control system application |
| applications.mobu | bool | `false` | Enable the mobu application |
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion environments/values-roundtable-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ vaultPathPrefix: "secret/phalanx/roundtable-dev"
applications:
giftless: true
jira-data-proxy: true
kubernetes-replicator: true
mobu: true
monitoring: true
onepassword-connect: true
Expand Down
1 change: 0 additions & 1 deletion environments/values-roundtable-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ applications:
checkerboard: true
giftless: true
jira-data-proxy: true
kubernetes-replicator: true
monitoring: true
mobu: true
onepassword-connect: true
Expand Down
3 changes: 0 additions & 3 deletions environments/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ applications:
# -- Enable the jira-data-proxy application
jira-data-proxy: false

# -- Enable the kubernetes-replicator application
kubernetes-replicator: false

# -- Enable the livetap application
livetap: false

Expand Down

0 comments on commit 6e6ba82

Please sign in to comment.