Files
keycloak/operator/src
James Hewitt 8bc37ccbb0 Tolerate secrets being missing (#23741)
If any secret was missing, the reconcile would error out. After doing
this a number of times, the controller would stop trying and end up in a
state where the operator would need restarting, or the resource would
need recreating, to continue reconciliation.

This fix stops the reconcile from erroring out so the operator will
reconcile continuously until the secrets are all present.

Fixes #22170
2023-10-06 08:49:26 +00:00
..