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 <liqiang@gmail.com>
pull/4715/head
Qiang Li 7 years ago committed by Sébastien Prud'homme
parent 23f50db5fb
commit d74747ab36

@ -232,7 +232,7 @@ spec:
name: http name: http
selector: selector:
app.kubernetes.io/name: {{ include "<CHARTNAME>.name" . }} app.kubernetes.io/name: {{ include "<CHARTNAME>.name" . }}
app.kubernetes.io/instancelease: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
` `
const defaultNotes = `1. Get the application URL by running these commands: const defaultNotes = `1. Get the application URL by running these commands:

Loading…
Cancel
Save