You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
The service-binding controller uses this unsafe method to determine the GVR from the GVK to setup a watch dynamically. This method attempts to guess the GVR with some string checks and a lot of assumptions.
Unfortunately this Postgres Operator this fails inference of the pluralization. The plural is postgreses but just postgres.
This blocks this operator from being used with the binding operator. The only workaround is to use a direct secret reference.