From d698eba1e709a5bf13cf0354d5025ebbbc7b4be7 Mon Sep 17 00:00:00 2001 From: Thomas Einwaller Date: Fri, 3 Jul 2020 15:18:03 +0200 Subject: [PATCH] added required quotes to domains config * added required quotes to domains config otherwise syntax is incorrect * review. Co-authored-by: Fernandez Ludovic --- docs/content/https/include-acme-multiple-domains-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/https/include-acme-multiple-domains-example.md b/docs/content/https/include-acme-multiple-domains-example.md index 4e9d02773..7fbeb9e06 100644 --- a/docs/content/https/include-acme-multiple-domains-example.md +++ b/docs/content/https/include-acme-multiple-domains-example.md @@ -40,7 +40,7 @@ spec: domains: - main: example.org sans: - - *.example.org + - '*.example.org' ``` ```json tab="Marathon"