[stable/redmine] Fix yaml indentation (#20366)

Signed-off-by: Joseph Ball <joseph.ball@packetsolutions.io>
This commit is contained in:
Joseph Ball
2020-01-27 22:07:39 -08:00
committed by Kubernetes Prow Robot
parent b7e8f67ee1
commit 3759878390
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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