Skip to content

Commit

Permalink
Fix SMTP values
Browse files Browse the repository at this point in the history
  • Loading branch information
th0th committed Nov 18, 2024
1 parent 27417f2 commit 3c667ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ jobs:
--set clickhouse.password="${{ secrets.CLICKHOUSE_PASSWORD }}" \
--set clickhouse.user="${{ secrets.CLICKHOUSE_USER }}" \
--set ghcrAuth="${{ secrets.GHCR_AUTH }}" \
--set poeticmetric.smtp.password="${{ secrets.SMTP_PASSWORD }}" \
--set poeticmetric.smtp.user="${{ secrets.SMTP_USER }}" \
--set postgres.password="${{ secrets.POSTGRES_PASSWORD }}" \
--set postgres.user="${{ secrets.POSTGRES_USER }}" \
--set redis.password="${{ secrets.REDIS_PASSWORD }}" \
--set smtp.password="${{ secrets.SMTP_PASSWORD }}" \
--set smtp.user="${{ secrets.SMTP_USER }}" \
--values etc/${{ inputs.environment }}/values.yaml
- name: Rollout restart workloads
Expand Down
2 changes: 1 addition & 1 deletion etc/development/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ poeticmetric:
annotations:
cert-manager.io/cluster-issuer: self-signed
smtp:
from: [email protected]
from: PoeticMetric <[email protected]>
host: poeticmetric-mailpit
port: "1025"
postgres:
Expand Down

0 comments on commit 3c667ac

Please sign in to comment.