Skip to content

Commit

Permalink
fix: Allow existingSecret for PostgreSQL and SES email (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Nov 12, 2024
1 parent 1a003df commit ce3f234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/flowforge/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Note: The value for key .Values.postgresql.auth.existingSecret is inherited from

{{- define "forge.createSecret" -}}
{{- if not (and .Values.postgresql.auth.existingSecret
(not (and .Values.forge.email (not .Values.forge.email.smtp.existingSecret)))) -}}
(not (and .Values.forge.email ((and .Values.forge.email.smtp (not .Values.forge.email.smtp.existingSecret)))))) -}}
true
{{- else -}}
false
Expand Down

0 comments on commit ce3f234

Please sign in to comment.