We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b79943 commit e041922Copy full SHA for e041922
helm/templates/_helpers.tpl
@@ -46,7 +46,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
46
Selector labels
47
*/}}
48
{{- define "helm-chart.selectorLabels" -}}
49
-app.kubernetes.io/name: {{ include "helm-chart.name" . }}
+app.kubernetes.io/name: {{ include "helm-chart.fullname" . }}
50
app.kubernetes.io/instance: {{ .Release.Name }}
51
{{- end }}
52
0 commit comments