File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: A Helm chart for Kubernetes
55# This is the chart version. This version number should be incremented each time you make changes
66# to the chart and its templates, including the app version.
77# Versions are expected to follow Semantic Versioning (https://semver.org/)
8- version : 0.2.13
8+ version : 0.2.14
99
1010# This is the version number of the application being deployed. This version number should be
1111# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ spec:
135135 {{- if $.Values.db.enablePrometheusPostgresExporter }}
136136 - name : prometheus-postgres-exporter
137137 image : {{ $.Values.prometheusPostgresExporter.image.image }}
138+ args : ["--collector.statio_user_indexes"]
138139 resources :
139140 requests :
140141 memory : {{ $.Values.prometheusPostgresExporter.resources.requests.memory }}
You can’t perform that action at this time.
0 commit comments