From 48c8bfa23730ed79012361b8721a4d477058fa4e Mon Sep 17 00:00:00 2001 From: Roberto Santalla Date: Sat, 11 Dec 2021 14:25:12 +0100 Subject: [PATCH] fix `RENOVATE_CONFIG_FILE` not being rendered Fixes #173 Fixes https://github.com/renovatebot/renovate/issues/13054 --- charts/renovate/templates/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/renovate/templates/cronjob.yaml b/charts/renovate/templates/cronjob.yaml index 456322d29..c91b83a78 100644 --- a/charts/renovate/templates/cronjob.yaml +++ b/charts/renovate/templates/cronjob.yaml @@ -85,7 +85,7 @@ spec: - name: {{ .Chart.Name }}-tmp-volume mountPath: /tmp {{- end }} - {{- if or .Values.redis.enabled .Values.renovate.existingConfigFile .Values.env .Values.dind.enabled }} + {{- if or .Values.redis.enabled .Values.renovate.config .Values.renovate.existingConfigFile .Values.env .Values.dind.enabled }} env: {{- if .Values.renovate.existingConfigFile }} - name: RENOVATE_CONFIG_FILE