Merge pull request #842 from Lapeyus/missing-helm-variable

chart: Add pull secret for Prometheus deployment
This commit is contained in:
Stefan Prodan
2021-03-05 07:44:06 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -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:
+1
View File
@@ -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: ""