From dd02304b868fbd709c8de05acfd129835fcff4af Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 13 Jan 2026 08:41:23 +0100 Subject: [PATCH] added user config persistence --- code-system/code.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code-system/code.yaml b/code-system/code.yaml index 1b76107..76b3e30 100644 --- a/code-system/code.yaml +++ b/code-system/code.yaml @@ -66,6 +66,8 @@ spec: # Proxy trust for headers - name: CS_DISABLE_PROXY_TRUST value: "false" + - name: GIT_CONFIG_GLOBAL + value: "/home/coder/.config/git/config" ports: - containerPort: 8080 name: http @@ -83,6 +85,9 @@ spec: mountPath: /home/coder/workspace - name: local mountPath: /home/coder/.local + - name: config + mountPath: /home/coder/.ssh + subPath: ssh livenessProbe: httpGet: path: /healthz