From e7c75c9c8212a1c43590cc3376c6ac05110b0469 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 1 May 2025 06:12:12 -0500 Subject: [PATCH] update --- infra/renovate/templates/secrets.yaml | 2 +- infra/renovate/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/renovate/templates/secrets.yaml b/infra/renovate/templates/secrets.yaml index 382e370..0ff2cad 100644 --- a/infra/renovate/templates/secrets.yaml +++ b/infra/renovate/templates/secrets.yaml @@ -16,7 +16,7 @@ spec: target: name: renovate-config-secret data: - - secretKey: renovate-config-secret + - secretKey: renovate.json remoteRef: key: kv/renovate property: config diff --git a/infra/renovate/values.yaml b/infra/renovate/values.yaml index 7de924a..b774e26 100644 --- a/infra/renovate/values.yaml +++ b/infra/renovate/values.yaml @@ -181,9 +181,9 @@ renovate: name: renovate-config-secret extraVolumeMounts: - - name: renovate-config - mountPath: /config - subPath: renovate.json + - mountPath: "/config" + name: renovate.json + readOnly: true # -- Additional containers to the pod extraContainers: []