Skip to content

Commit c6aeb46

Browse files
authored
Use appropriate variable scope
1 parent 95dc660 commit c6aeb46

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)