Commit 4dd90475 authored by Qiang Li's avatar Qiang Li Committed by Matthew Fisher

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

changed instancelease to instance in service template

closes #4661
Signed-off-by: 's avatarQiang Li <liqiang@gmail.com>
parent b7ea1c61
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment