From b293f708e99687c1f8008bf9bba38b5db8b6f92c Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 8 May 2025 06:04:02 -0500 Subject: [PATCH] update --- infra/renovate/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/infra/renovate/values.yaml b/infra/renovate/values.yaml index 92da1f4..3c64df8 100644 --- a/infra/renovate/values.yaml +++ b/infra/renovate/values.yaml @@ -174,15 +174,15 @@ renovate: # "key"="value" # "key1"="value1" - #extraVolumes: - # - name: renovate-config - # secretName: - # name: renovate-config-secret + extraVolumes: + - name: renovate-config + secretName: + name: renovate-config-secret - #extraVolumeMounts: - # - name: renovate-config - # mountPath: /config - # subPath: renovate.json + extraVolumeMounts: + - name: renovate-config + mountPath: /config + subPath: renovate.json # -- Additional containers to the pod extraContainers: []