From 295ed76a1a54e0695f4fd7bc0c6fd46a51609d72 Mon Sep 17 00:00:00 2001 From: David Badura Date: Wed, 1 Jul 2020 14:42:04 +0200 Subject: [PATCH] fix certResolver typo --- .../https/include-acme-multiple-domains-from-rule-example.md | 2 +- docs/content/https/include-acme-single-domain-example.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 96609e40b..4bf9b23c4 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 91d4a93fa..e3aea2309 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"