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
Fix rename of DBParameterGroup family for AdoptedResource (#89)
Issue #, if available:
aws-controllers-k8s/community#1264
Description of changes:
issue-1264 was due to `DBParameterGroupFamily` is not renamed to` Family` for `DescribeDBParameterGroups` operation.
Adding corresponding rename so AdoptedResource of db param group can work.
basically create and read `DBParameterGroup`/`DBSubnetGroup` operations should have same rename strategy, hence align all of them here
Previous error is:
```
1.6553342486477876e+09 ERROR controller.adoptedresource Reconciler error {"reconciler group": "services.k8s.aws", "reconciler kind": "AdoptedResource", "name": "brucegu-ack-pg-1", "namespace": "default", "error": "DBParameterGroup.rds.services.k8s.aws \"brucegu-ack-pg-1\" is invalid: spec.family: Required value"}
```
After this update, no Reconciler error.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments