Unverified Commit 39466294 authored by Qiang Li's avatar Qiang Li Committed by Matthew Fisher
Browse files

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


changed instancelease to instance in service template

closes #4661

Signed-off-by: default avatarQiang Li <liqiang@gmail.com>
(cherry picked from commit 4dd90475)
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -232,7 +232,7 @@ spec: ...@@ -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:
......
Supports Markdown
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