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/4207/head^2
Qiang Li 7 years ago committed by Sebastien Plisson
parent 06478e927e
commit 36c68ad425

@ -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