Skip to content

Commit

Permalink
fix: fixed typo in fetchmail deployment
Browse files Browse the repository at this point in the history
Signed-off-by: fastlorenzo <[email protected]>
  • Loading branch information
fastlorenzo committed Apr 19, 2023
1 parent 0209240 commit baca17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailu/templates/fetchmail/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
{{- end }}
env:
- name: DEBUG
{{- if (default .Values.logLevel .Values.fetchmail.logLevel) "DEBUG" }}
{{- if eq (default .Values.logLevel .Values.fetchmail.logLevel) "DEBUG" }}
value: "True"
{{- else }}
value: "False"
Expand Down

0 comments on commit baca17a

Please sign in to comment.