We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dc660 commit c6aeb46Copy full SHA for c6aeb46
charts/fluent-operator/templates/fluentbit-servicemonitor.yaml
@@ -31,7 +31,7 @@ spec:
31
matchLabels:
32
{{- include "fluent-operator.selectorLabels" . | nindent 6 }}
33
{{- with .Values.fluentbit.labels }}
34
- {{- toYaml .Values.fluentbit.labels | nindent 6}}
+ {{- toYaml . | nindent 6 }}
35
{{- end }}
36
namespaceSelector:
37
matchNames:
0 commit comments