Skip to content

Commit cc2e7f1

Browse files
committed
fix: use correct mongo user password to instance config
SE-6524
1 parent 87a989f commit cc2e7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/phd/cli/instance_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ def _create_argocd_application(instance_name: str, instances_dir: Path) -> None:
385385

386386
def _update_mongodb_password(
387387
instance_name: str,
388-
config_file: Path,
389388
config_data: dict,
389+
config_file: Path,
390390
k8s_client: KubernetesClient,
391391
):
392392
try:

0 commit comments

Comments
 (0)