Skip to content

Commit dadbe87

Browse files
boddumanoharmxsrc
authored andcommitted
fix PGBouncer Config ConfigMap
1 parent 3dfdd24 commit dadbe87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/organization/project/branch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ async def update_pgbouncer_config(
18011801
host = _pgbouncer_host_for_namespace(namespace)
18021802
update_commands = parameters.model_dump(exclude_defaults=True)
18031803

1804-
config_map_name = f"{vmi_name}-pgbouncer"
1804+
config_map_name = f"{vmi_name}-config"
18051805
try:
18061806
await _update_pgbouncer_config_map(
18071807
namespace=namespace,

0 commit comments

Comments
 (0)