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