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
AWS seems to only consider changes to the field ApplyMethod, if the ParameterValue changes too.
This results in the controller constantly doing update calls.
I will provide a PR shortly.
How can we reproduce it?
example for DBParameterGroup:
apiVersion: rds.aws.crossplane.io/v1alpha1kind: DBParameterGroupmetadata:
name: example-dbparametergroupspec:
forProvider:
region: us-east-1dbParameterGroupFamilySelector:
engine: postgresdescription: "this applyMethod: immediate will not be set. AWS will only change it when parameterValue changes too "parameters:
- applyMethod: immediate # immediate pending-rebootparameterName: rds.force_sslparameterValue: "0"providerConfigRef:
name: example
What environment did it happen in?
Crossplane version: 1.11.1
Provider-aws version: v0.38.0
The text was updated successfully, but these errors were encountered:
What happened?
affecting
RDS
+DocDB
: resourcesDBParameterGroup
,DBClusterParametergroup
AWS seems to only consider changes to the field
ApplyMethod
, if theParameterValue
changes too.This results in the controller constantly doing update calls.
I will provide a PR shortly.
How can we reproduce it?
example for
DBParameterGroup
:What environment did it happen in?
The text was updated successfully, but these errors were encountered: