You've already forked reposilite-charts
20 lines
383 B
Smarty
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 }}
|