mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #5698 from hickeyma/add-scaffold-chart-fix
Add fix for scaffold chart label
This commit is contained in:
commit
3ef5570828
1 changed files with 2 additions and 2 deletions
|
|
@ -314,9 +314,9 @@ Common labels
|
|||
app.kubernetes.io/name: {{ include "<CHARTNAME>.name" . }}
|
||||
helm.sh/chart: {{ include "<CHARTNAME>.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- if .Chart.AppVersion -}}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end -}}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end -}}
|
||||
`
|
||||
|
|
|
|||
Loading…
Reference in a new issue