lsst-sqre / strimzi-registry-operator

A Kubernetes Operator for running the Confluent Schema Registry with a Strimzi-based Kafka cluster
MIT License
79 stars 16 forks source link

Permit setting the kopf namespace to watch via env var #8

Closed spenczar closed 2 years ago

spenczar commented 2 years ago

Okay, one last spot where we need an additional option for setting what to watch.

I'm able to override CMD in my chart, so this isn't strictly necessary, but it's nice.

This fix is actually somewhat confused, really, since there are really multiple namespaces we care about. There's

Everything in the current code assumes these 3 will all be the same namespace, which isn't necessarily the case, but I don't really want to refactor to support extra complexity since I don't see us needing it immediately.