add ssh persistence
This commit is contained in:
@@ -59,7 +59,13 @@ spec:
|
||||
secretKeyRef:
|
||||
name: semaphore-secrets
|
||||
key: key
|
||||
volumeMounts:
|
||||
- name: ssh
|
||||
mountPath: /root/.ssh/
|
||||
volumes:
|
||||
- name: db
|
||||
persistentVolumeClaim:
|
||||
claimName: longhorn-semaphore
|
||||
- name: ssh
|
||||
persistentVolumeClaim:
|
||||
claimName: longhorn-semaphore-ssh
|
||||
|
||||
Reference in New Issue
Block a user