You've already forked reposilite-charts
17 lines
331 B
Smarty
17 lines
331 B
Smarty
---
|
|
|
|
{{/* annotations */}}
|
|
|
|
{{- define "reposilite.pod.annotations" -}}
|
|
{{ include "reposilite.annotations" . }}
|
|
{{- end }}
|
|
|
|
{{/* labels */}}
|
|
|
|
{{- define "reposilite.pod.labels" -}}
|
|
{{ include "reposilite.labels" . }}
|
|
{{- end }}
|
|
|
|
{{- define "reposilite.pod.selectorLabels" -}}
|
|
{{ include "reposilite.selectorLabels" . }}
|
|
{{- end }} |