yandex-cloud/crossplane-provider-yc

MySQLCluster type resource writes empty data through writeConnectionSecretToRef

Opened this issue · 1 comments

While trying to create MySQL cluster with mdb.yandex-cloud.jet.crossplane.io/v1alpha1 I'm figured out that data stored in secret through writeConnectionSecretToRef after cluster creation is empty, so nothing of the pointed in crd description is put in here. I expected to see something like cluster FQDN or cluster Id.
Is it a bug, or current implementation doesn't suggest that anything will be saved there?

Same for Postgres