From eb28eb336121bd5c83cf0544694c51e8b9d983cc Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 10 Jul 2024 22:47:36 +1000 Subject: [PATCH] fix Deployment env value type for renovate --- kubernetes/infrastructure/renovate/app/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/infrastructure/renovate/app/deployment.yaml b/kubernetes/infrastructure/renovate/app/deployment.yaml index 9aca5e3..23b3fe3 100644 --- a/kubernetes/infrastructure/renovate/app/deployment.yaml +++ b/kubernetes/infrastructure/renovate/app/deployment.yaml @@ -27,7 +27,7 @@ spec: - name: MEND_RNV_PLATFORM value: github - name: MEND_RNV_GITHUB_APP_ID - value: ${github_app_id} + value: "${github_app_id}" - name: RNV_GITHUB_PEM_FILE_PATH value: "/usr/src/app/rpi5-cluster-renovate.2024-07-05.private-key.pem" - name: MEND_RNV_WEBHOOK_SECRET