Skip to content

Commit

Permalink
fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Feb 11, 2025
1 parent b9c2608 commit 2f9b5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_nebari/stages/kubernetes_ingress/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class Certificate(schema.Base):
# lets-encrypt
acme_email: Optional[str] = None
acme_server: str = "https://acme-v02.api.letsencrypt.org/directory"
acme_challenge_type: Optional[str] = AcmeChallengeType.dns.value
acme_challenge_type: Optional[str] = AcmeChallengeType.tls.value


class DnsProvider(schema.Base):
Expand Down

0 comments on commit 2f9b5f7

Please sign in to comment.