zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.37k stars 980 forks source link

extend inherited annotations unit test to include logical backup cron job #2723

Closed FxKu closed 3 months ago

FxKu commented 3 months ago

Required one change in the update logic because before the operator only synced on schedule changes during UPDATE events. Now it syncs always when logical backups are enabled.

hughcapet commented 3 months ago

👍

FxKu commented 3 months ago

:+1: