File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
charts/prometheus-postgres-exporter Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: v2
33appVersion : v0.18.1
44description : A Helm chart for prometheus postgres-exporter
55name : prometheus-postgres-exporter
6- version : 7.3 .0
6+ version : 7.4 .0
77home : https://github.com/prometheus-community/postgres_exporter
88sources :
99 - https://github.com/prometheus-community/postgres_exporter
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ metadata:
88 {{- include "prometheus-postgres-exporter.labels" . | nindent 4 }}
99spec :
1010 maxUnavailable : {{ .Values.podDisruptionBudget.maxUnavailable }}
11+ {{- if hasKey .Values.podDisruptionBudget "unhealthyPodEvictionPolicy" }}
12+ unhealthyPodEvictionPolicy : {{ .Values.podDisruptionBudget.unhealthyPodEvictionPolicy }}
13+ {{- end }}
1114 selector :
1215 matchLabels :
1316 {{- include "prometheus-postgres-exporter.selectorLabels" . | nindent 6 }}
You can’t perform that action at this time.
0 commit comments