mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Add missing pull secret on Prometheus deployment
Prometheus deployment created by the Helm chart is missing a pull secret, variable is necessary to pull the prometheus image from private a repository Signed-off-by: Joseph Villarreal Lopez <lapeyus@gmail.com>
This commit is contained in:
@@ -255,7 +255,10 @@ spec:
|
||||
mountPath: /etc/prometheus
|
||||
- name: data-volume
|
||||
mountPath: /prometheus/data
|
||||
|
||||
{{- if .Values.prometheus.pullSecret }}
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.prometheus.pullSecret }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
- name: config-volume
|
||||
configMap:
|
||||
|
||||
@@ -125,6 +125,7 @@ prometheus:
|
||||
# to be used with ingress controllers
|
||||
install: false
|
||||
image: docker.io/prom/prometheus:v2.23.0
|
||||
pullSecret:
|
||||
retention: 2h
|
||||
|
||||
kubeconfigQPS: ""
|
||||
|
||||
Reference in New Issue
Block a user