Skip to content

Commit

Permalink
Update deployment-web.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPastorClemente authored Jun 6, 2024
1 parent d310b81 commit b9e4398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployment-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
value: {{ .Values.settings.email.emailUseTls }}
- name: EMAIL_USE_SSL
value: {{ .Values.settings.email.emailUseSsl }}
{{- if Values.settings.email.externalSecret.enabled }}
{{- if .Values.settings.email.externalSecret.enabled }}
- name: EMAIL_HOST_USER
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit b9e4398

Please sign in to comment.