chore(gitea): updated validate k8s

This commit is contained in:
Daniël Groothuis
2025-10-23 19:08:06 +02:00
parent 2272911d7d
commit 58c17d2367
2 changed files with 40 additions and 1 deletions

View File

@@ -11,4 +11,5 @@ jobs:
- name: 🚀Validating the manifests - name: 🚀Validating the manifests
uses: frenck/action-yamllint@v1.5.0 uses: frenck/action-yamllint@v1.5.0
with: with:
path: "manifests/" config: ".yamllint"
path: "manifests/"

38
.yamllint Normal file
View File

@@ -0,0 +1,38 @@
---
ignore: |
.gitea/workflows/
values.yaml
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
rules:
anchors: enable
braces: enable
brackets: enable
colons: enable
commas: enable
comments:
level: warning
comments-indentation:
level: warning
document-end: disable
document-start:
level: warning
empty-lines: enable
empty-values: disable
float-values: disable
hyphens: enable
indentation: enable
key-duplicates: enable
key-ordering: disable
line-length: warning
new-line-at-end-of-file: enable
new-lines: enable
octal-values: disable
quoted-strings: disable
trailing-spaces: enable
truthy:
level: warning