Skip to content

Commit

Permalink
Swapping ACME email (#67)
Browse files Browse the repository at this point in the history
* Swapping ACME email

* Update custom-resources/cert-manager-issuer.tf

Co-authored-by: Christopher Hill <[email protected]>

---------

Co-authored-by: Christopher Hill <[email protected]>
  • Loading branch information
mclacore and chrisghill authored Oct 11, 2023
1 parent 9e9ed22 commit 906eed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-resources/cert-manager-issuer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "kubernetes_manifest" "cluster_issuer" {
"spec" = {
"acme" = {
// need to get this e-mail from the domain
"email" : "[email protected]"
"email" : var.md_metadata.contact_email
"server" : "https://acme-v02.api.letsencrypt.org/directory"
"privateKeySecretRef" = {
"name" : "letsencrypt-prod-issuer-account-key"
Expand Down

0 comments on commit 906eed4

Please sign in to comment.