Files
infrastructure/clusters/cl01tl/helm/shelfmark/templates/_helpers.tpl
2026-04-23 17:26:26 -05:00

28 lines
571 B
Smarty

{{/*
Common labels
*/}}
{{- define "custom.labels" -}}
{{ include "custom.selectorLabels" $ }}
{{- end }}
{{/*
Selector labels
*/}}
{{- define "custom.selectorLabels" -}}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
{{- end }}
{{/*
NFS names
*/}}
{{- define "custom.storageImportNfsName" -}}
shelfmark-import-nfs-storage
{{- end -}}
{{- define "custom.storageAudiobooksNfsName" -}}
shelfmark-audiobooks-nfs-storage
{{- end -}}
{{- define "custom.storageDownloadsNfsName" -}}
shelfmark-downloads-nfs-storage
{{- end -}}