Skip to content

Commit

Permalink
fix emailsender helm template (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo authored May 28, 2024
1 parent c8853bb commit 98a813f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if eq .Values.emailsender.enabled false }}
{{- if .Values.emailsender.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit 98a813f

Please sign in to comment.