[stable/magento] Fix intentation issue with env vars (#12493)

Signed-off-by: tompizmor <tompizmor@gmail.com>
This commit is contained in:
Tomas Pizarro
2019-03-25 05:05:09 -07:00
committed by Kubernetes Prow Robot
parent c47ee3f0e2
commit 00f73cfb79
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: magento
version: 4.4.0
version: 4.4.1
appVersion: 2.3.0
description: A feature-rich flexible e-commerce solution. It includes transaction options, multi-store functionality, loyalty programs, product categorization and shopper filtering, promotion rules, and more.
keywords:
+4 -4
View File
@@ -40,10 +40,10 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
env:
{{- if .Values.image.debug}}
- name: BASH_DEBUG
value: "1"
- name: NAMI_DEBUG
value: "1"
- name: BASH_DEBUG
value: "1"
- name: NAMI_DEBUG
value: "1"
{{- end }}
- name: MARIADB_HOST
{{- if .Values.mariadb.enabled }}