From 7845a8fbd12a98b35fcc873effec7d1541481199 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 2 May 2025 05:00:48 -0500 Subject: [PATCH] update --- infra/renovate/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/renovate/values.yaml b/infra/renovate/values.yaml index 7654ad9..b166131 100644 --- a/infra/renovate/values.yaml +++ b/infra/renovate/values.yaml @@ -180,9 +180,9 @@ renovate: name: renovate-config-secret extraVolumeMounts: - - mountPath: "/config" - name: renovate-config - readOnly: true + - name: renovate-config + mountPath: /config/renovate.json + subPath: renovate.json # -- Additional containers to the pod extraContainers: []