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/4668/head
Qiang Li 6 years ago committed by Matthew Fisher
parent b7ea1c612d
commit 4dd9047586

@ -232,7 +232,7 @@ spec:
name: http
selector:
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:

Loading…
Cancel
Save