From c8f4997086a79e764834c080c41308e06e08ac82 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Mon, 4 Dec 2023 12:13:17 +0100 Subject: [PATCH] fix error on new app input caused by lack of directory_recursion parameter (#114) --- pyproject.toml | 2 +- smol_k8s_lab/tui/apps_screen.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d5378258..9857ad4ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smol_k8s_lab" -version = "2.0.0b2" +version = "2.0.0b3" description = "Bootstrap simple projects on Kubernetes with kind, k3d, and k3s. this is an alpha release" authors = ["Jesse Hitch ", "Max Roby "] diff --git a/smol_k8s_lab/tui/apps_screen.py b/smol_k8s_lab/tui/apps_screen.py index 765425b3a..ef845da6d 100755 --- a/smol_k8s_lab/tui/apps_screen.py +++ b/smol_k8s_lab/tui/apps_screen.py @@ -210,6 +210,7 @@ def create_new_app_in_yaml(self, app_name: str, app_description: str = "") -> No "path": "", "revision": "", "namespace": "", + "directory_recursion": False, "project": { "source_repos": [""], "destination": {