Merge pull request #5698 from hickeyma/add-scaffold-chart-fix

Add fix for scaffold chart label
pull/5708/head
Martin Hickey 5 years ago committed by GitHub
commit 3ef5570828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save