Skip to content

Commit 9bfd859

Browse files
authored
Merge pull request #1284 from rmvangun/fix-servicemonitor-labels
Fix service monitor label selector scope
2 parents 95dc660 + 8f46c54 commit 9bfd859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/fluent-operator/templates/fluentbit-servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
matchLabels:
3232
{{- include "fluent-operator.selectorLabels" . | nindent 6 }}
3333
{{- with .Values.fluentbit.labels }}
34-
{{- toYaml .Values.fluentbit.labels | nindent 6}}
34+
{{- toYaml . | nindent 6 }}
3535
{{- end }}
3636
namespaceSelector:
3737
matchNames:

0 commit comments

Comments
 (0)