wip
Some checks failed
ci/woodpecker/push/fmt Pipeline failed
ci/woodpecker/push/tofu Pipeline failed

This commit is contained in:
cătălin 2026-04-09 11:25:09 +02:00
commit fe6d1777f3
No known key found for this signature in database
15 changed files with 212 additions and 189 deletions

View file

@ -1,13 +1,15 @@
lint--pre-commit:
fmt--pre-commit:
pre-commit run --all-files --color always
lint--kubeconform:
kubeconform -strict -ignore-missing-schemas k8s/
fmt--kubeconform:
kubeconform -strict -ignore-missing-schemas k8s/argo-apps
kubeconform -strict -ignore-missing-schemas k8s/services
lint--tflint:
fmt--tflint:
tflint --recursive
lint:
make lint--pre-commit
make lint--kubeconform
make lint--tflint
fmt:
make fmt--pre-commit
make fmt--kubeconform
make fmt--tflint