From ac13069d4e12313cd8d42f3828f358d87abcee06 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Fri, 11 Nov 2022 19:24:22 +0100 Subject: [PATCH] Tidy indentation --- cert-manager/issuer-production.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cert-manager/issuer-production.yml b/cert-manager/issuer-production.yml index 9d810d1..48993e3 100644 --- a/cert-manager/issuer-production.yml +++ b/cert-manager/issuer-production.yml @@ -9,6 +9,6 @@ spec: privateKeySecretRef: name: letsencrypt-production solvers: - - http01: - ingress: - class: nginx + - http01: + ingress: + class: nginx