From 0d59c5d06ec33ffcaa0f511e2ca191b9bdc5bf1e Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 13 Feb 2024 20:22:42 -0600 Subject: [PATCH] plural --- stack_orchestrator/deploy/deployment_create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/deploy/deployment_create.py b/stack_orchestrator/deploy/deployment_create.py index ec04a598..b3782993 100644 --- a/stack_orchestrator/deploy/deployment_create.py +++ b/stack_orchestrator/deploy/deployment_create.py @@ -374,7 +374,7 @@ def init_operation(deploy_command_context, stack, deployer_type, config, for named_volume in named_volumes["ro"]: if "k8s" in deployer_type: if "config" in named_volume: - configmap_descriptors[named_volume] = f"./configmap/{named_volume}" + configmap_descriptors[named_volume] = f"./configmaps/{named_volume}" else: volume_descriptors[named_volume] = None else: