mirror of
https://github.com/bitnami/charts.git
synced 2026-02-20 12:07:40 +08:00
[bitnami/redmine] Missing env var in cronjob.yaml (#7386)
mail-receiver-configmap.yaml reference $REDMINE_DATABASE_TYPE variable but this variable is never defined in cronjob.yaml
This commit is contained in:
@@ -36,4 +36,4 @@ name: redmine
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-redmine
|
||||
- http://www.redmine.org/
|
||||
version: 17.0.6
|
||||
version: 17.0.7
|
||||
|
||||
@@ -84,6 +84,8 @@ spec:
|
||||
{{- end }}
|
||||
resources: {{- toYaml .Values.mailReceiver.resources | nindent 16 }}
|
||||
env:
|
||||
- name: REDMINE_DATABASE_TYPE
|
||||
value: {{ .Values.databaseType | quote }}
|
||||
{{- if eq .Values.databaseType "mariadb" }}
|
||||
- name: REDMINE_MAIL_RECEIVER_DB_MYSQL
|
||||
{{- else }}
|
||||
|
||||
Reference in New Issue
Block a user