fix(helm): fix selector typo in service template for 'helm create'

changed instancelease to instance in service template

closes #4661

Signed-off-by: Qiang Li <liqiang@gmail.com>
pull/4663/head
Qiang Li 7 years ago
parent b7ea1c612d
commit a3b3cafb20

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