Fix fullname

This commit is contained in:
Jonny Ervine 2024-02-24 20:56:29 +08:00
parent 95418cf993
commit 88f60b92d5

View File

@ -47,7 +47,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
Selector labels Selector labels
*/}} */}}
{{- define "plexporter.selectorLabels" -}} {{- define "plexporter.selectorLabels" -}}
app.kubernetes.io/name: {{ include "plexporterr.name" . }} app.kubernetes.io/name: {{ include "plexporter.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
{{- end -}} {{- end -}}