From c82226c7d111ba875a3a736d7de70e7fb5482a82 Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Sun, 4 Mar 2018 15:36:02 -0800 Subject: [PATCH] docs/examples: fix typo in example cert --- docs/examples/acme-cert.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/acme-cert.yaml b/docs/examples/acme-cert.yaml index 505aee87f..a0dd0d541 100644 --- a/docs/examples/acme-cert.yaml +++ b/docs/examples/acme-cert.yaml @@ -35,11 +35,11 @@ spec: provider: cloudflare domains: - cm-dns-cloudflare.k8s.group - - dns-01: + - dns01: provider: route53 domains: - cm-dns-route53.k8s.group - - dns-01: + - dns01: provider: azuredns domains: - cm-dns-azuredns.k8s.group