From 8904202d70f34649c8efaf8c9f6fbf2b0933331c Mon Sep 17 00:00:00 2001 From: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Date: Tue, 10 Jan 2023 14:04:18 +0000 Subject: [PATCH] Fix indentation The current manifest files result in: Error from server (BadRequest): error when creating "clusterissuer.yaml": ClusterIssuer in version "v1" cannot be handled as a ClusterIssuer: strict decoding error: unknown field "spec.acme.solvers[0].webhook" --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index efe8677..7e035c2 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ spec: name: letsencrypt-staging solvers: - dns01: - webhook: - solverName: linode - groupName: acme.slicen.me + webhook: + solverName: linode + groupName: acme.slicen.me ``` By default, the Linode API token used will be obtained from the @@ -71,13 +71,13 @@ spec: name: letsencrypt-staging solvers: - dns01: - webhook: - solverName: linode - groupName: acme.slicen.me - config: - apiKeySecretRef: - name: linode-credentials - key: token + webhook: + solverName: linode + groupName: acme.slicen.me + config: + apiKeySecretRef: + name: linode-credentials + key: token ``` ## Development