You've already forked reposilite-charts
fix(prometheus): add init containers to download plugins
Some checks failed
Release / publish-chart (push) Failing after 31s
Some checks failed
Release / publish-chart (push) Failing after 31s
The following patch extends the helm chart of additional init containers for each plugin.
This commit is contained in:
@@ -31,5 +31,5 @@ false
|
||||
{{- define "reposilite.serviceMonitor.selectorLabels" -}}
|
||||
{{ include "reposilite.selectorLabels" . }}
|
||||
{{/* Add label to select the correct service via `selector.matchLabels` of the serviceMonitor resource. */}}
|
||||
app.kubernetes.io/service-name: http
|
||||
app.kubernetes.io/service-name: {{ required "The scheme of the serviceMonitor is not defined!" .Values.service.scheme }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user