core-deployments/.yamllint
Tom Neuber bffe9b9f41
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
cert-manager: fix spacing typo
2024-10-07 14:45:10 +02:00

15 lines
211 B
Text

---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
extends: default
rules:
line-length: disable
document-start:
ignore:
- kustomization.yaml
indentation:
indent-sequences: consistent