operator-framework / operator-controller

A new and improved management framework for extending Kubernetes with Operators
https://operator-framework.github.io/operator-controller/
Apache License 2.0
54 stars 53 forks source link

Figure out best solution for duplicate namespaces between operator-controller and catalogd #934

Open trgeiger opened 3 months ago

trgeiger commented 3 months ago

Now that catalogd and operator-controller share the same namespace, deployment of operator-controller should properly handle this redundancy and ensure that the version of the olmv1-system namespace from operator-controller is the one that ends up on the cluster.

@joelanford brought up the question of whether this signals that we should consider combining catalogd and operator-controller into a monorepo, especially as the two continue to become more tightly coupled.

Here's the PR for the TLS work that lead to this question.