Skip to content

Commit

Permalink
Merge pull request #1284 from rmvangun/fix-servicemonitor-labels
Browse files Browse the repository at this point in the history
Fix service monitor label selector scope
  • Loading branch information
benjaminhuo authored Aug 6, 2024
2 parents 95dc660 + 8f46c54 commit 9bfd859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
matchLabels:
{{- include "fluent-operator.selectorLabels" . | nindent 6 }}
{{- with .Values.fluentbit.labels }}
{{- toYaml .Values.fluentbit.labels | nindent 6}}
{{- toYaml . | nindent 6 }}
{{- end }}
namespaceSelector:
matchNames:
Expand Down

0 comments on commit 9bfd859

Please sign in to comment.