diff --git a/Chart.yaml b/Chart.yaml index d2b3ed6..96f9540 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: saleor description: A Helm chart for Saleor e-commerce platform type: application -version: 0.1.38 +version: 0.1.39 appVersion: "3.20" \ No newline at end of file diff --git a/templates/dashboard-deployment.yaml b/templates/dashboard-deployment.yaml index 26d416c..c1f2670 100644 --- a/templates/dashboard-deployment.yaml +++ b/templates/dashboard-deployment.yaml @@ -26,9 +26,9 @@ spec: {{- with .Values.dashboard.resources }} resources: {{- toYaml . | nindent 12 }} - envFrom: + {{- end }} + envFrom: - configMapRef: name: {{ include "saleor.fullname" . }}-config - secretRef: name: {{ include "saleor.fullname" . }}-secret - {{- end }} \ No newline at end of file