Skip to content

Commit

Permalink
Update charts/logprep/templates/configurations.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: dtrai2 <[email protected]>
  • Loading branch information
ekneg54 and dtrai2 authored Jun 24, 2024
1 parent 1287625 commit c044a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/logprep/templates/configurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{- include "logprep.labels" . | nindent 4 }}
data:
{{- range $key, $value := .Values.configurations }}
{{- if $value.data}}
{{- if $value.data }}
{{ $value.name }}: |-
{{- toYaml $value.data | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit c044a4e

Please sign in to comment.