From 8527f2f96c1f3ba27ced1a4879b7846ca769f935 Mon Sep 17 00:00:00 2001 From: Vic Iglesias Date: Tue, 1 Nov 2016 16:09:15 -0700 Subject: [PATCH] Use chart name for container name --- pkg/chartutil/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index 49f6b7b3e..7cfd438e0 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -106,7 +106,7 @@ spec: app: {{ template "fullname" . }} spec: containers: - - name: nginx + - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} ports: