cert-manager: issuer needs indentation spaces to be 0 :( (violates with yamllint default rule)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

This commit is contained in:
Tom Neuber 2024-10-07 14:40:54 +02:00
parent 0c39b8512b
commit 57a1a7bf24
Signed by: tom
GPG key ID: F17EFE4272D89FF6
2 changed files with 7 additions and 8 deletions

View file

@ -12,5 +12,4 @@ rules:
ignore: ignore:
- kustomization.yaml - kustomization.yaml
indentation: indentation:
ignore: indent-sequences: consistent
- kustomization.yaml

View file

@ -10,9 +10,9 @@ spec:
privateKeySecretRef: privateKeySecretRef:
name: letsencrypt-prod-key name: letsencrypt-prod-key
solvers: solvers:
- http01: - http01:
ingress: ingress:
class: traefik class: traefik
--- ---
apiVersion: cert-manager.io/v1 apiVersion: cert-manager.io/v1
kind: ClusterIssuer kind: ClusterIssuer
@ -25,6 +25,6 @@ spec:
privateKeySecretRef: privateKeySecretRef:
name: letsencrypt-staging-key name: letsencrypt-staging-key
solvers: solvers:
- http01: - http01:
ingress: ingress:
class: traefik class: traefik