You've already forked reposilite-charts
All checks were successful
Helm / helm-lint (push) Successful in 6s
Helm / helm-unittest (push) Successful in 6s
Generate README / generate-parameters (push) Successful in 28s
Markdown linter / markdown-link-checker (push) Successful in 18s
Release / publish-chart (push) Successful in 8s
Markdown linter / markdown-lint (push) Successful in 28s
20 lines
633 B
Smarty
20 lines
633 B
Smarty
---
|
|
|
|
{{/* annotations */}}
|
|
|
|
{{- define "reposilite.pod.annotations" -}}
|
|
{{ include "reposilite.annotations" . }}
|
|
{{- if and .Values.prometheus.metrics.enabled (not .Values.prometheus.metrics.secret.existing.enabled) -}}
|
|
{{- printf "checksum/secret-%s: %s" (include "reposilite.secrets.prometheusBasicAuth.name" $) (include (print $.Template.BasePath "/secretPrometheusBasicAuth.yaml") . | sha256sum) }}
|
|
{{- end -}}
|
|
{{- end }}
|
|
|
|
{{/* labels */}}
|
|
|
|
{{- define "reposilite.pod.labels" -}}
|
|
{{ include "reposilite.labels" . }}
|
|
{{- end }}
|
|
|
|
{{- define "reposilite.pod.selectorLabels" -}}
|
|
{{ include "reposilite.selectorLabels" . }}
|
|
{{- end }} |