From 00f73cfb79e98cbfbbe29f625dd3dc22ba8433df Mon Sep 17 00:00:00 2001 From: Tomas Pizarro Date: Mon, 25 Mar 2019 13:05:09 +0100 Subject: [PATCH] [stable/magento] Fix intentation issue with env vars (#12493) Signed-off-by: tompizmor --- stable/magento/Chart.yaml | 2 +- stable/magento/templates/deployment.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/magento/Chart.yaml b/stable/magento/Chart.yaml index 6f12cb101e..da7ffe778f 100644 --- a/stable/magento/Chart.yaml +++ b/stable/magento/Chart.yaml @@ -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: diff --git a/stable/magento/templates/deployment.yaml b/stable/magento/templates/deployment.yaml index b6793c446c..a53d1a0790 100644 --- a/stable/magento/templates/deployment.yaml +++ b/stable/magento/templates/deployment.yaml @@ -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 }}