diff --git a/docs/content/https/include-acme-multiple-domains-from-rule-example.md b/docs/content/https/include-acme-multiple-domains-from-rule-example.md index 96609e40b1..4bf9b23c4e 100644 --- a/docs/content/https/include-acme-multiple-domains-from-rule-example.md +++ b/docs/content/https/include-acme-multiple-domains-from-rule-example.md @@ -32,7 +32,7 @@ spec: - name: blog port: 8080 tls: - certresolver: myresolver + certResolver: myresolver ``` ```json tab="Marathon" diff --git a/docs/content/https/include-acme-single-domain-example.md b/docs/content/https/include-acme-single-domain-example.md index 91d4a93fa7..e3aea2309f 100644 --- a/docs/content/https/include-acme-single-domain-example.md +++ b/docs/content/https/include-acme-single-domain-example.md @@ -32,7 +32,7 @@ spec: - name: blog port: 8080 tls: - certresolver: myresolver + certResolver: myresolver ``` ```json tab="Marathon"