fix(deployment): extend arguments

This commit is contained in:
2024-11-26 18:32:24 +01:00
parent be0e152de8
commit 6c30756f8d
2 changed files with 22 additions and 0 deletions

View File

@ -24,6 +24,7 @@ spec:
- name: postgres-exporter
args:
- "--config.file=/etc/prometheus-postgres-exporter/config.d/exporterConfig.yaml"
- "--web.config.file=/etc/prometheus-postgres-exporter/config.d/web-config.yaml"
- "--web.listen-address=:9187"
{{- range .Values.deployment.postgresExporter.args }}
- {{ . | quote }}