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: