cert-manager: fix spacing typo
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
bffe9b9f41
2 changed files with 5 additions and 6 deletions
|
@ -12,5 +12,4 @@ rules:
|
|||
ignore:
|
||||
- kustomization.yaml
|
||||
indentation:
|
||||
ignore:
|
||||
- kustomization.yaml
|
||||
indent-sequences: consistent
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue