plural
Some checks failed
Lint Checks / Run linter (pull_request) Failing after 41s
Deploy Test / Run deploy test suite (pull_request) Failing after 3m50s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m28s
Smoke Test / Run basic test suite (pull_request) Successful in 5m49s

This commit is contained in:
Thomas E Lackey 2024-02-13 20:22:42 -06:00
parent 2b535b25db
commit 0d59c5d06e

View File

@ -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: