From 1e764719cac5931d1baf16caf8d2f933aadf7d2c Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Mon, 2 Feb 2026 19:56:16 +1100 Subject: [PATCH] fixed mount name --- manifests/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 986309f..118aa1d 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -66,6 +66,7 @@ spec: - mountPath: /home/claw/.ssh name: ssh-working - mountPath: /home/claw/.kube + name: kube resources: limits: memory: "1Gi"