mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/redmine] Fix yaml indentation (#20366)
Signed-off-by: Joseph Ball <joseph.ball@packetsolutions.io>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b7e8f67ee1
commit
3759878390
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: redmine
|
||||
version: 14.1.5
|
||||
version: 14.1.6
|
||||
appVersion: 4.1.0
|
||||
description: A flexible project management web application.
|
||||
keywords:
|
||||
|
||||
@@ -37,7 +37,7 @@ spec:
|
||||
{{- end }}
|
||||
env:
|
||||
{{- if .Values.extraVars }}
|
||||
{{- toYaml .Values.extraVars | indent 12 }}
|
||||
{{- toYaml .Values.extraVars | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- if eq .Values.databaseType "mariadb" }}
|
||||
- name: REDMINE_DB_MYSQL
|
||||
|
||||
Reference in New Issue
Block a user