csye7125-fall2023-group05 / k8s-operator

Custom operator to create a controller that monitors a custom resource (CronJob) that runs a health check Kafka Producer and publishes the data to the Kafka brokers.
0 stars 1 forks source link

🏭 Controller should only monitor a specific namespace #13

Closed sydrawat01 closed 10 months ago

sydrawat01 commented 10 months ago

The controller should monitor only the specific namespace where our CR is running, other namespaces should be ignored.

sydrawat01 commented 10 months ago

Fixed in #14