Adding a new value to shared_preload_libraries

I want to ask that I have parameter shared_preload_libraries I want to add another value to his parameter how can I add to it. I am using this but it isn’t working.
stolonctl --cluster-name=mycluster $CLUSTER_NAME update -p ‘{“pgParameters”: { “shared_preload_libraries” : “pg_stat_statements,pgaudit”} }’

did you get any workaround for this ?

Well, I am able to patch it with new extensions. I am not sure why you aren’t. Can you post any errors?

i was able to use “stolonctl update -p” to add both pg_stat_statements and pgaudit libraries. i noticed your single and double quotes are different than mine.