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: