[bitnami/thanos] fix thanos ruler alert label drop (#3599)

* fix thanos ruler alert label drop

With the quotes in place the alert drop doesn't work and the label is included in the data sent to alert manager.

* Update Chart.yaml
This commit is contained in:
Ahmed Nasir
2020-09-07 08:59:19 +02:00
committed by GitHub
parent cae512e8d7
commit f34abebec5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v1
version: 2.3.2
version: 2.3.3
appVersion: 0.14.0
description: Thanos is a highly available metrics system that can be added on top of existing Prometheus deployments, providing a global query view across all Prometheus installations.
engine: gotpl
@@ -86,7 +86,7 @@ spec:
{{- end }}
- --label=replica="$(POD_NAME)"
- --label=ruler_cluster="{{ .Values.ruler.clusterName }}"
- --alert.label-drop="replica"
- --alert.label-drop=replica
- --objstore.config-file=/conf/objstore/objstore.yml
- --rule-file=/conf/rules/ruler.yml
{{- range .Values.ruler.queries }}