feat: Add annotations to cronjob CRDs by FredericKayser · Pull Request #5701 · feast-dev/feast
What this PR does / why we need it:
This PR adds support for custom annotations on the CronJob resource in the FeatureStore CRD. This enhancement allows users to specify Kubernetes annotations for CronJobs deployed by the Feast operator, which is useful for:
- Integration with monitoring and observability tools
- Policy enforcement and compliance tooling
- Service mesh configuration
- Custom operator integrations that use annotations for configuration
The annotations field has been added to both the spec and status sections of the CronJob definition in the FeatureStore CRD.