Files
infrastructure/clusters/cl01tl/helm/foldergram/templates/_helpers.tpl
Alex Lebens a34ffbea77
Some checks failed
lint-test-helm / lint-helm (pull_request) Failing after 40s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
feat: change mount
2026-04-25 11:28:40 -05:00

22 lines
400 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.storageMiaNfsName" -}}
foldergram-pictures-collection-mia-nfs-storage
{{- end -}}