Skip to content

Commit

Permalink
point to generic email
Browse files Browse the repository at this point in the history
otherwise we'll get all the emails for users by default!
  • Loading branch information
anish-mudaraddi committed Jan 28, 2025
1 parent 5e510d1 commit af47134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
acme:
# Let's Encrypt will use this to contact you about expiring
# certificates, and issues related to your account.
email: [email protected]
email: {{ .Values.le-prod.email }}
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: le-prod-account-key
Expand Down
3 changes: 3 additions & 0 deletions charts/stfc-cloud-cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ cert-manager:

le-prod:
enabled: false
# Let's Encrypt will use this to contact you about expiring
# certificates, and issues related to your account.
email: "[email protected]"

installCRDs: true

0 comments on commit af47134

Please sign in to comment.