From cf5984574139af4dd37d6a1d7007b09ea459791b Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Tue, 3 Jun 2025 17:40:01 +0530 Subject: [PATCH] change ssh path --- cluster/apps/semaphore/semaphore-configmap.yml | 2 +- cluster/apps/semaphore/semaphore.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: