Skip to content

Commit

Permalink
Use appropriate variable scope
Browse files Browse the repository at this point in the history
  • Loading branch information
rmvangun authored Aug 6, 2024
1 parent 95dc660 commit c6aeb46
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 c6aeb46

Please sign in to comment.