From 4dd9047586f0cfa8ed77a21d2f1062c382f27d3e Mon Sep 17 00:00:00 2001 From: Qiang Li Date: Tue, 18 Sep 2018 13:55:22 -0700 Subject: [PATCH] fix(helm): fix selector typo in service template for 'helm create' (#4663) changed instancelease to instance in service template closes #4661 Signed-off-by: Qiang Li --- 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 cff3b89eb..43fb5f7d3 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -232,7 +232,7 @@ spec: name: http selector: app.kubernetes.io/name: {{ include ".name" . }} - app.kubernetes.io/instancelease: {{ .Release.Name }} + app.kubernetes.io/instance: {{ .Release.Name }} ` const defaultNotes = `1. Get the application URL by running these commands: