Files
reposilite-charts/templates/_hpa.tpl
Markus Pesch b726409caa
Some checks failed
Release / publish-chart (push) Failing after 44s
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 }}