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>
(cherry picked from commit 4dd9047586)
release-2.11
Qiang Li 7 years ago committed by Matthew Fisher
parent 6e8719e11e
commit 3946629409
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

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