Hello everyone,
I've created a relatively simple operator that is responsible from downloading certs from external place and stores them in secrets. The custom resource for it is called Keystore.
I encounter some weird behaviour when the Keystore resource exists and operator is started. Then it keeps running underlying playbooks over and over even though playbook finished successfully. When Keystore resource is created after operator had been started, then everythgin works as expected - playbook is run only once and all underlying secrets are created and no further invocation of playbook is done.
I am unable to see any suspected error message in any log. Any tips how to debug this further? I am using 1.17 sdk version on top of openshift 4.9 (kubernetes version 1.22.3).
Best Regards,
Marcin