From 4c4e207b67cfc703426171b194e7d7439273fb32 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Mon, 7 Jul 2025 18:53:35 -0600 Subject: [PATCH] mathieu/add-opencode-persistent-config --- cubbi/images/opencode/cubbi_image.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cubbi/images/opencode/cubbi_image.yaml b/cubbi/images/opencode/cubbi_image.yaml index 63331fa..3892aa7 100644 --- a/cubbi/images/opencode/cubbi_image.yaml +++ b/cubbi/images/opencode/cubbi_image.yaml @@ -15,4 +15,8 @@ volumes: - mountPath: /app description: Application directory -persistent_configs: [] +persistent_configs: + - source: "/home/cubbi/.config/opencode" + target: "/cubbi-config/config-opencode" + type: "directory" + description: "Opencode configuration"