Skip to content

Commit

Permalink
Use appropriate variable scope
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan VanGundy <[email protected]>
  • Loading branch information
rmvangun committed Aug 6, 2024
1 parent 95dc660 commit 8f46c54
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 8f46c54

Please sign in to comment.