Files
reposilite-charts/templates/_hpa.tpl
Markus Pesch b726409caa
All checks were successful
Helm / helm-unittest (push) Successful in 13s
Helm / helm-lint (push) Successful in 17s
Release / publish-chart (push) Successful in 20s
Initial Commit
2025-07-23 18:29:15 +02:00

20 lines
383 B
Smarty

---
{{/* annotations */}}
{{- define "reposilite.hpa.annotations" -}}
{{ include "reposilite.annotations" . }}
{{- if .Values.hpa.annotations }}
{{ toYaml .Values.hpa.annotations }}
{{- end }}
{{- end }}
{{/* labels */}}
{{- define "reposilite.hpa.labels" -}}
{{ include "reposilite.labels" . }}
{{- if .Values.hpa.labels }}
{{ toYaml .Values.hpa.labels }}
{{- end }}
{{- end }}