change ssh path
This commit is contained in:
@@ -15,4 +15,4 @@ data:
|
||||
SEMAPHORE_ADMIN_EMAIL: "aggarwalakshun@gmail.com"
|
||||
SEMAPHORE_ADMIN: "admin"
|
||||
SEMAPHORE_LDAP_ACTIVATED: "'no'"
|
||||
SEMAPHORE_SSH_PATH: /root/.ssh/
|
||||
SEMAPHORE_SSH_PATH: /home/semaphore/.ssh
|
||||
|
||||
@@ -61,7 +61,7 @@ spec:
|
||||
key: key
|
||||
volumeMounts:
|
||||
- name: ssh
|
||||
mountPath: /root/.ssh/
|
||||
mountPath: /home/semaphore/.ssh/
|
||||
volumes:
|
||||
- name: db
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user