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:
@@ -7,8 +7,6 @@
|
||||
{{- if .Values.service.annotations }}
|
||||
{{ toYaml .Values.service.annotations }}
|
||||
{{- end }}
|
||||
{{/* Add label to select the correct service via `selector.matchLabels` of the serviceMonitor resource. */}}
|
||||
app.kubernetes.io/service-name: http
|
||||
{{- end }}
|
||||
|
||||
{{/* labels */}}
|
||||
@@ -18,6 +16,8 @@ app.kubernetes.io/service-name: http
|
||||
{{- if .Values.service.labels }}
|
||||
{{ toYaml .Values.service.labels }}
|
||||
{{- end }}
|
||||
{{/* Add label to select the correct service via `selector.matchLabels` of the serviceMonitor resource. */}}
|
||||
app.kubernetes.io/service-name: {{ required "The scheme of the serviceMonitor is not defined!" .Values.service.scheme }}
|
||||
{{- end }}
|
||||
|
||||
{{/* names */}}
|
||||
|
||||
Reference in New Issue
Block a user