From 012a0164719ff5a4fef819330535dbd63baf2373 Mon Sep 17 00:00:00 2001 From: yonatankahana Date: Mon, 22 Mar 2021 16:48:19 +0200 Subject: [PATCH] Update charts/nfs-subdir-external-provisioner/templates/_helpers.tpl Co-authored-by: Marco Kilchhofer --- charts/nfs-subdir-external-provisioner/templates/_helpers.tpl | 1 + 1 file changed, 1 insertion(+) 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 }}