use chart name instead of unexistant template definition (#13612)

Signed-off-by: Amath Sarr <amath.sarr@gmail.com>
This commit is contained in:
Amath SARR
2019-06-05 07:31:57 -07:00
committed by Kubernetes Prow Robot
parent 4839a9816f
commit bc0b24fe7f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: magento
version: 5.1.1
version: 5.1.2
appVersion: 2.3.1
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:
+1 -1
View File
@@ -5,7 +5,7 @@ metadata:
name: {{ template "magento.fullname" . }}
labels:
app: "{{ template "magento.fullname" . }}"
chart: "{{ template "magento.chart" . }}"
chart: {{ .Chart.Name | quote }}
release: {{ .Release.Name | quote }}
heritage: {{ .Release.Service | quote }}
annotations: