From 10ca1a3b5c7827886590f3e28738824fd9a05234 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Mon, 2 Feb 2026 15:44:50 +1100 Subject: [PATCH] this is cursed --- manifests/deployment.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 52e8fa6..a6277a1 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -27,7 +27,7 @@ spec: - | # 1. Fix data volume permissions chown -R 1000:0 /data && chmod -R 775 /data - + # 2. Setup writable SSH tirectory from Secret cp /mnt/keys/authorized_keys /working-ssh/ chown 1000:0 /working-ssh/authorized_keys @@ -37,7 +37,7 @@ spec: mountPath: /data - name: ssh-keys-secret mountPath: /mnt/keys - - name: ssh-working + - name: ssh-working mountPath: /working-ssh containers: - name: clawdbox @@ -74,4 +74,5 @@ spec: secretName: clawdbox-ssh-keys defaultMode: 0600 - name: ssh-working - emptyDir: {} \ No newline at end of file + emptyDir: {} +