mounting kubeconfig as a secret at /home/claw/.kube
This commit is contained in:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user