Files
infrastructure/clusters/cl01tl/helm/argocd/templates/_helpers.tpl
Alex Lebens 60213a92d3
Some checks failed
lint-test-helm / lint-helm (pull_request) Failing after 1m22s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
feat: use helper
2026-04-19 21:03:44 -05:00

15 lines
278 B
Smarty

{{/*
Common labels
*/}}
{{- define "argocd.labels" -}}
{{ include "argocd.selectorLabels" $ }}
{{- end }}
{{/*
Selector labels
*/}}
{{- define "argocd.selectorLabels" -}}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
{{- end }}