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: []