Skip to content

Commit

Permalink
Merge pull request #50 from quickwit-oss/fmassot/fix-condition-promet…
Browse files Browse the repository at this point in the history
…heus-labels

Remove prometheus labels for service monitor (not used today).
  • Loading branch information
fmassot authored May 29, 2023
2 parents 0a14a98 + 7132cff commit ab2dc42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/quickwit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: quickwit
description: Sub-second search & analytics engine on cloud storage.
type: application
version: 0.3.7
version: 0.3.8
appVersion: v0.5.0
keywords:
- quickwit
Expand Down
3 changes: 0 additions & 3 deletions charts/quickwit/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ metadata:
name: {{ include "quickwit.fullname" . }}
labels:
{{- include "quickwit.labels" . | nindent 4 }}
{{- with .Values.prometheus.monitor.additionalLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
endpoints:
- path: /metrics
Expand Down

0 comments on commit ab2dc42

Please sign in to comment.