Files
infrastructure/clusters/cl01tl/helm/vault/templates/_helpers.tpl
Alex Lebens 2d1f33e96c
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m56s
lint-test-helm / validate-kubeconform (pull_request) Successful in 53s
feat: add service account
2026-04-24 10:58:57 -05:00

22 lines
371 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 }}
{{/*
ServiceAccount names
*/}}
{{- define "custom.serviceAccountName" -}}
vault
{{- end -}}