Memorydb controller can not create custom values in parameter group #2405
Labels
kind/bug
Categorizes issue or PR as related to a bug.
service/memorydb
Indicates issues or PRs that are related to memorydb-controller.
Describe the bug
A concise description of what the bug is.
Memory db parameter group created using default parameters on first apply even if something not default specified.
Steps to reproduce
Apply the following manifest
This manifest contains not default parameter values.
If you check parameters in AWS console or using kubectl (kubectl get parametergroup.memorydb pg-d-test -oyaml) then you will see default parameters
If you apply this manifest once again (kubectl apply -f ...) then custom values will be added
It is a bit confusing. Moreover some parameters can not be changed for existing cluster like "search-enabled" to enable vector search.
Expected outcome
A concise description of what you expected to happen.
I would expect to have correct parameter group values on first time apply
Environment
The text was updated successfully, but these errors were encountered: