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