Support multiple NodePorts, static NodePort mapping, and add 'replicas' spec option #913
@ -519,7 +519,6 @@ def create_operation(deployment_command_context, spec_file, deployment_dir, netw
|
||||
source_config_dir = resolve_config_dir(stack_name, configmap)
|
||||
if os.path.exists(source_config_dir):
|
||||
destination_config_dir = deployment_dir_path.joinpath("configmaps", configmap)
|
||||
print(source_config_dir, destination_config_dir)
|
||||
copytree(source_config_dir, destination_config_dir, dirs_exist_ok=True)
|
||||
|
||||
# Delegate to the stack's Python code
|
||||
|
Loading…
Reference in New Issue
Block a user