[stable/prometheus-operator] Use disableCompaction value (#21462)

* [stable/prometheus-operator] Use disableCompaction value

Signed-off-by: Grace Do <xgrace@gmail.com>

* [stable/prometheus-operator] Bump chart version

Signed-off-by: Grace Do <xgrace@gmail.com>
This commit is contained in:
Grace Do
2020-04-04 02:07:46 -07:00
committed by GitHub
parent 9fab101b45
commit 8386532962
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ sources:
- https://github.com/coreos/kube-prometheus
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 8.12.7
version: 8.12.8
appVersion: 0.37.0
tillerVersion: ">=2.12.0"
home: https://github.com/coreos/prometheus-operator
@@ -226,9 +226,12 @@ spec:
{{- if .Values.prometheus.prometheusSpec.thanos }}
thanos:
{{ toYaml .Values.prometheus.prometheusSpec.thanos | indent 4 }}
{{- end }}
{{- if .Values.prometheus.prometheusSpec.disableCompaction }}
disableCompaction: {{ .Values.prometheus.prometheusSpec.disableCompaction }}
{{- end }}
portName: {{ .Values.prometheus.prometheusSpec.portName }}
{{- end }}
{{- if .Values.prometheus.prometheusSpec.enforcedNamespaceLabel }}
enforcedNamespaceLabel: {{ .Values.prometheus.prometheusSpec.enforcedNamespaceLabel }}
{{- end }}
{{- end }}