diff --git a/stack_orchestrator/deploy/k8s/helm/chart_generator.py b/stack_orchestrator/deploy/k8s/helm/chart_generator.py index 44842370..e2235472 100644 --- a/stack_orchestrator/deploy/k8s/helm/chart_generator.py +++ b/stack_orchestrator/deploy/k8s/helm/chart_generator.py @@ -72,8 +72,6 @@ def _wrap_job_templates_with_conditionals(chart_dir: Path, jobs: list) -> None: print(f"Wrapped job template with conditional: {job_template_file.name}") - - def _post_process_chart(chart_dir: Path, chart_name: str, jobs: list) -> None: """ Post-process Kompose-generated chart to fix common issues.