Add external stack support #806

Merged
dboreham merged 2 commits from dboreham/external-stack into main 2024-04-18 21:22:49 +00:00
Showing only changes of commit 8c0865ca10 - Show all commits

View File

@ -16,7 +16,7 @@
import os
from typing import List, Any
from stack_orchestrator.deploy.deploy_types import DeployCommandContext, VolumeMapping
from stack_orchestrator.util import get_parsed_stack_config, get_yaml, get_internal_compose_file_dir, get_pod_list, resolve_compose_file
from stack_orchestrator.util import get_parsed_stack_config, get_yaml, get_pod_list, resolve_compose_file
from stack_orchestrator.opts import opts