From d2c68b2b68d8f7b8d31c40bb8caed4c8a8f02491 Mon Sep 17 00:00:00 2001 From: tompizmor Date: Mon, 2 Apr 2018 16:48:09 +0200 Subject: [PATCH] Use node.chart template --- incubator/node/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubator/node/templates/deployment.yaml b/incubator/node/templates/deployment.yaml index 49713b88f..beb88734d 100644 --- a/incubator/node/templates/deployment.yaml +++ b/incubator/node/templates/deployment.yaml @@ -4,7 +4,7 @@ metadata: name: {{ template "node.fullname" . }} labels: app: {{ template "node.name" . }} - chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + chart: {{ template "node.chart" . }} release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" spec: