From dbf03e3676e9fe385353f81fbb22c659ced2833c Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 13 Jan 2026 08:48:19 +0100 Subject: [PATCH] added lifecycle config (folder creation) --- code-system/code.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code-system/code.yaml b/code-system/code.yaml index 76b3e30..0b5795a 100644 --- a/code-system/code.yaml +++ b/code-system/code.yaml @@ -68,6 +68,10 @@ spec: value: "false" - name: GIT_CONFIG_GLOBAL value: "/home/coder/.config/git/config" + lifecycle: + postStart: + exec: + command: ["/bin/sh", "-c", "mkdir -p /home/coder/.config/git"] ports: - containerPort: 8080 name: http