postgres-operator/e2e/tests
Raphael Torquato 873dd548ff
Add cluster_labels and annotations to logical backup CronJob and Jobs (#3085)
* Add cluster_labels and annotations to logical backup CronJob and Jobs

When using the logical backup feature, the CronJob and its created Jobs
were missing the cluster_labels and annotations that are applied to
other cluster resources. This made it difficult to filter or identify
backup jobs using the same labels as other cluster components.

Changes:
- Added ObjectMeta with labels and annotations to JobTemplateSpec
- Updated CronJob ObjectMeta to use the merged labels (including
  'application: spilo-logical-backup')
- Updated tests to expect the new labels
2026-06-10 18:18:54 +02:00
..
__init__.py make run.sh executable from within e2e (#619) 2019-07-24 15:07:32 +02:00
k8s_api.py Add cluster_labels and annotations to logical backup CronJob and Jobs (#3085) 2026-06-10 18:18:54 +02:00
test_e2e.py Add topologySpreadConstraints configuration to pod spec. (#2530) 2026-05-29 17:07:47 +02:00