From 2d747d698c4a733a52edcf0458c41d29de4c8129 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sat, 20 Jul 2024 16:02:19 +1000 Subject: [PATCH] fix pem file path --- infrastructures/renovate/base/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructures/renovate/base/deployment.yaml b/infrastructures/renovate/base/deployment.yaml index 3698296..970e8cf 100644 --- a/infrastructures/renovate/base/deployment.yaml +++ b/infrastructures/renovate/base/deployment.yaml @@ -115,7 +115,7 @@ spec: - name: renovate-logs mountPath: /logs - name: renovate-gh-app-pem - mountPath: /usr/src/app/rpi5-cluster-renovate.2024-07-05.private-key.pem + mountPath: /usr/src/app/renovate.private-key.pem volumes: - name: renovate-config-js-volume configMap: