summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorDustin Lactin <dustin.lactin@gmail.com>2024-06-21 11:50:36 -0600
committerGitHub <noreply@github.com>2024-06-21 13:50:36 -0400
commit177c50d18a3716c4f7b9627be9f8a04de96e8ba2 (patch)
tree3571f4b976665f23db6ea7d8df6876eef6465605 /manifests
parentf75d7dd93a1f8beac59270dfeae0502437b7ff25 (diff)
fix: fixed path for ssh signing key, error mounting in another volume (#753)
Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com>
Diffstat (limited to 'manifests')
-rw-r--r--manifests/base/deployment/argocd-image-updater-deployment.yaml2
-rw-r--r--manifests/install.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/base/deployment/argocd-image-updater-deployment.yaml b/manifests/base/deployment/argocd-image-updater-deployment.yaml
index 1ede2e9..5a38be1 100644
--- a/manifests/base/deployment/argocd-image-updater-deployment.yaml
+++ b/manifests/base/deployment/argocd-image-updater-deployment.yaml
@@ -135,7 +135,7 @@ spec:
- mountPath: /tmp
name: tmp
- name: ssh-signing-key
- mountPath: /app/.ssh/id_rsa
+ mountPath: /app/ssh-keys/id_rsa
readOnly: true
subPath: sshPrivateKey
serviceAccountName: argocd-image-updater
diff --git a/manifests/install.yaml b/manifests/install.yaml
index 3c410e6..39282cb 100644
--- a/manifests/install.yaml
+++ b/manifests/install.yaml
@@ -217,7 +217,7 @@ spec:
name: ssh-config
- mountPath: /tmp
name: tmp
- - mountPath: /app/.ssh/id_rsa
+ - mountPath: /app/ssh-keys/id_rsa
name: ssh-signing-key
readOnly: true
subPath: sshPrivateKey