diff --git a/charts/nfs-subdir-external-provisioner/templates/_helpers.tpl b/charts/nfs-subdir-external-provisioner/templates/_helpers.tpl index 4df4c9a1..4b9d8fa7 100644 --- a/charts/nfs-subdir-external-provisioner/templates/_helpers.tpl +++ b/charts/nfs-subdir-external-provisioner/templates/_helpers.tpl @@ -67,6 +67,7 @@ Common labels {{- define "nfs-subdir-external-provisioner.labels" -}} chart: {{ template "nfs-subdir-external-provisioner.chart" . }} heritage: {{ .Release.Service }} +{{ include "nfs-subdir-external-provisioner.selectorLabels" . }} {{- with .Values.labels }} {{- toYaml . | nindent 0 }} {{- end }}