Update charts/nfs-subdir-external-provisioner/templates/_helpers.tpl
Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
c53f80160a
commit
012a016471
|
|
@ -67,6 +67,7 @@ Common labels
|
||||||
{{- define "nfs-subdir-external-provisioner.labels" -}}
|
{{- define "nfs-subdir-external-provisioner.labels" -}}
|
||||||
chart: {{ template "nfs-subdir-external-provisioner.chart" . }}
|
chart: {{ template "nfs-subdir-external-provisioner.chart" . }}
|
||||||
heritage: {{ .Release.Service }}
|
heritage: {{ .Release.Service }}
|
||||||
|
{{ include "nfs-subdir-external-provisioner.selectorLabels" . }}
|
||||||
{{- with .Values.labels }}
|
{{- with .Values.labels }}
|
||||||
{{- toYaml . | nindent 0 }}
|
{{- toYaml . | nindent 0 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue