Files
infrastructure/clusters/cl01tl/helm/kubelet-serving-cert-approver/templates/_helpers.tpl
2026-04-23 17:26:26 -05:00

25 lines
471 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 }}
{{/*
ClusterRole names
*/}}
{{- define "custom.certificatesName" -}}
"certificates-{{ .Release.Name }}"
{{- end -}}
{{- define "custom.eventsName" -}}
"events-{{ .Release.Name }}"
{{- end -}}