RDB Instance matchLabels does not work #86
Labels
bug
Something isn't working
priority:highest
Bugs filled by customers, security issues
rdb
Managed MySQL and PostgreSQL issues, bugs and feature requests
Dear Support,
this is the follow up of the issue: #78
The below Crossplane code creates the objects Instance and Database in the "Managed Databases" Scaleway section
The status of the Crossplane objects after the creation:
Checking the documentation https://marketplace.upbound.io/providers/scaleway/provider-scaleway/v0.3.0/resources/rdb.scaleway.upbound.io/Instance/v1alpha1
I have added this code on the instance definition to link the database to the Private Network
The label crossplane: network has been added at the PrivateNetwork creation, this is the manifest of PrivateNetwork object:
This is the updated instance manifest to link the Database to the PrivateNetwork
After creating the objects on Crossplane, it attempted to create the managed database but encountered this error:
The Spec.ForProvider.InstanceID reported in the error is not a mandatory string:
https://marketplace.upbound.io/providers/scaleway/provider-scaleway/v0.3.0/resources/rdb.scaleway.upbound.io/Database/v1alpha1#doc:spec-forProvider-instanceId
This is the database state after the creation attempt
Could you kindly check?
Thanks in advance
The text was updated successfully, but these errors were encountered: