We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfdd24 commit dadbe87Copy full SHA for dadbe87
1 file changed
src/api/organization/project/branch/__init__.py
@@ -1801,7 +1801,7 @@ async def update_pgbouncer_config(
1801
host = _pgbouncer_host_for_namespace(namespace)
1802
update_commands = parameters.model_dump(exclude_defaults=True)
1803
1804
- config_map_name = f"{vmi_name}-pgbouncer"
+ config_map_name = f"{vmi_name}-config"
1805
try:
1806
await _update_pgbouncer_config_map(
1807
namespace=namespace,
0 commit comments