Skip to content

Commit

Permalink
fix: for custom hosts use the http solver (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored Oct 10, 2024
1 parent be4517b commit e987c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stack/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If release name contains chart name it will be used as a full name.


{{- define "certManagerAnnotations" -}}
cert-manager.io/cluster-issuer: letsencrypt-prod-dns
cert-manager.io/cluster-issuer: letsencrypt-prod
cert-manager.io/private-key-algorithm: RSA
cert-manager.io/private-key-size: '4096'
external-dns.alpha.kubernetes.io/exclude: "false"
Expand Down
2 changes: 1 addition & 1 deletion stack/tests/ingress_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ tests:
- documentIndex: 0
equal:
path: metadata.annotations["cert-manager.io/cluster-issuer"]
value: letsencrypt-prod-dns
value: letsencrypt-prod
- documentIndex: 0
equal:
path: metadata.annotations["cert-manager.io/private-key-algorithm"]
Expand Down

0 comments on commit e987c7a

Please sign in to comment.