diff --git a/cluster/apps/semaphore/semaphore-configmap.yml b/cluster/apps/semaphore/semaphore-configmap.yml index 8b8de98..7b93963 100644 --- a/cluster/apps/semaphore/semaphore-configmap.yml +++ b/cluster/apps/semaphore/semaphore-configmap.yml @@ -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 diff --git a/cluster/apps/semaphore/semaphore.yml b/cluster/apps/semaphore/semaphore.yml index d01a373..8d79fd3 100644 --- a/cluster/apps/semaphore/semaphore.yml +++ b/cluster/apps/semaphore/semaphore.yml @@ -61,7 +61,7 @@ spec: key: key volumeMounts: - name: ssh - mountPath: /root/.ssh/ + mountPath: /home/semaphore/.ssh/ volumes: - name: db persistentVolumeClaim: