https://github.com/osodevops/strimzi-backup-operator/blob/main/src/reconcilers/backup.rs#L99C13-L99C21
If I set spec.schedule.suspend = true, the previous cronjobs that the KafkaBackup resource created still has suspend: false. It results in unwanted kafka backup runs based on the schedule.
https://github.com/osodevops/strimzi-backup-operator/blob/main/src/reconcilers/backup.rs#L99C13-L99C21
If I set
spec.schedule.suspend = true, the previous cronjobs that theKafkaBackupresource created still hassuspend: false. It results in unwanted kafka backup runs based on the schedule.