From bffe9b9f41739b83c1790680e7646eb0023fd087 Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Mon, 7 Oct 2024 14:40:54 +0200 Subject: [PATCH] cert-manager: fix spacing typo --- .yamllint | 3 +-- cert-manager/issuer.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.yamllint b/.yamllint index e99ddcd..eb787cc 100644 --- a/.yamllint +++ b/.yamllint @@ -12,5 +12,4 @@ rules: ignore: - kustomization.yaml indentation: - ignore: - - kustomization.yaml + indent-sequences: consistent diff --git a/cert-manager/issuer.yaml b/cert-manager/issuer.yaml index c31bee5..9f52f79 100644 --- a/cert-manager/issuer.yaml +++ b/cert-manager/issuer.yaml @@ -11,8 +11,8 @@ spec: name: letsencrypt-prod-key solvers: - http01: - ingress: - class: traefik + ingress: + class: traefik --- apiVersion: cert-manager.io/v1 kind: ClusterIssuer @@ -26,5 +26,5 @@ spec: name: letsencrypt-staging-key solvers: - http01: - ingress: - class: traefik + ingress: + class: traefik