Skip to content

Commit

Permalink
Fix metricRelabelings templating in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
gdziwoki committed Oct 27, 2023
1 parent 9900b62 commit 2de1b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/logging-operator/templates/service_monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
endpoints:
- port: http
path: /metrics
{{- with .Values.monitoring.serviceMonitor.metricsRelabelings }}
{{- with .Values.monitoring.serviceMonitor.metricRelabelings }}
metricRelabelings:
{{- toYaml . | nindent 6 }}
{{- end }}
Expand Down

0 comments on commit 2de1b8c

Please sign in to comment.