Skip to content

Commit

Permalink
Add optional flag for SMTP password secret key reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Feb 15, 2024
1 parent c83a963 commit 3b9d407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/flowforge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ spec:
secretKeyRef:
name: {{ include "forge.smtpSecretName" . }}
key: smtp-password
optional: true
containers:
- name: forge
{{- if .Values.forge.image }}
Expand Down

0 comments on commit 3b9d407

Please sign in to comment.