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
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.
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 justpostgres
.This blocks this operator from being used with the binding operator. The only workaround is to use a direct secret reference.
cc @jpatel-pivotal
Note: Plural resource name for Postgres is
postgres
rather than the incorrect inferredpostgreses
The text was updated successfully, but these errors were encountered: