k8s refactor #595

Merged
telackey merged 9 commits from dboreham/k8s-refactor into main 2023-10-24 20:44:49 +00:00
Showing only changes of commit 7285bea43f - Show all commits

View File

@ -69,7 +69,6 @@ def command(ctx, dir):
# Store the deployment context for subcommands
deployment_context = DeploymentContext()
deployment_context.init(dir_path)
print(f"DEBUG dc: {deployment_context.spec.obj}")
ctx.obj = deployment_context