mounting kubeconfig as a secret at /home/claw/.kube

This commit is contained in:
2026-02-02 19:53:51 +11:00
parent da9be91d51
commit 3a5333330c
2 changed files with 4 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ spec:
name: data-volume
- mountPath: /home/claw/.ssh
name: ssh-working
- mountPath: /home/claw/.kube
resources:
limits:
memory: "1Gi"
@@ -86,6 +87,8 @@ spec:
- name: ssh-keys-secret
secret:
secretName: clawdbox-ssh-keys
defaultMode: 0600
- name: kubeconfig-secret
secret:
secretName: kube
- name: ssh-working
emptyDir: {}