Compare commits

...

2 commits

Author SHA1 Message Date
9c39f096bc
chore(k8s): adjust files for yamllint rules
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-03-13 18:49:47 +01:00
75c4135a09
chore(ci): add yamllint 2025-03-13 18:45:59 +01:00
7 changed files with 40 additions and 12 deletions

11
.woodpecker.yaml Normal file
View file

@ -0,0 +1,11 @@
---
steps:
- name: linting
image: cytopia/yamllint:latest
commands:
- yamllint -f colored -s .
when:
- event:
- push
- manual
- pull_request

12
.yamllint Normal file
View file

@ -0,0 +1,12 @@
---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
extends: default
rules:
line-length: disable
indentation:
indent-sequences: consistent

View file

@ -1,3 +1,4 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:

View file

@ -1,3 +1,4 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:

View file

@ -1,3 +1,4 @@
---
apiVersion: v1
kind: Namespace
metadata:

View file

@ -1,3 +1,4 @@
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:

View file

@ -1,3 +1,4 @@
---
apiVersion: v1
kind: Service
metadata: