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
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
0c39b8512b
commit
57a1a7bf24
2 changed files with 7 additions and 8 deletions
|
@ -12,5 +12,4 @@ rules:
|
|||
ignore:
|
||||
- kustomization.yaml
|
||||
indentation:
|
||||
ignore:
|
||||
- kustomization.yaml
|
||||
indent-sequences: consistent
|
||||
|
|
|
@ -10,9 +10,9 @@ spec:
|
|||
privateKeySecretRef:
|
||||
name: letsencrypt-prod-key
|
||||
solvers:
|
||||
- http01:
|
||||
ingress:
|
||||
class: traefik
|
||||
- http01:
|
||||
ingress:
|
||||
class: traefik
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
|
@ -25,6 +25,6 @@ spec:
|
|||
privateKeySecretRef:
|
||||
name: letsencrypt-staging-key
|
||||
solvers:
|
||||
- http01:
|
||||
ingress:
|
||||
class: traefik
|
||||
- http01:
|
||||
ingress:
|
||||
class: traefik
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue