Skip to content

Commit

Permalink
fix: RENOVATE_CONFIG_FILE not being rendered (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre authored Dec 11, 2021
1 parent 5e50b02 commit 5872c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/renovate/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5872c09

Please sign in to comment.