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
When I create a claim for this composition my instance fails to create with the following error: {0 \"allocated_storage\": required field is not set []}
My understanding is this field should not be necessary given I'm using instanceClass: db.serverless, so this seems like a bug to me.
In any case, if I do uncomment this field above, I then get this error: InvalidParameterCombination: Invalid storage size for engine name aurora-postgresql and storage type aurora: 20
Can anyone confirm this is a bug?
Thanks.
The text was updated successfully, but these errors were encountered:
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as stale because it has had no activity in the last 90 days. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with/fresh will mark this issue as not stale.
Hey! I'm trying to create an RDS aurora-postgresql instance and am running into what I think is a bug. Here's a snippet of my composition:
When I create a claim for this composition my instance fails to create with the following error:
{0 \"allocated_storage\": required field is not set []}
My understanding is this field should not be necessary given I'm using instanceClass:
db.serverless
, so this seems like a bug to me.In any case, if I do uncomment this field above, I then get this error:
InvalidParameterCombination: Invalid storage size for engine name aurora-postgresql and storage type aurora: 20
Can anyone confirm this is a bug?
Thanks.
The text was updated successfully, but these errors were encountered: