From de806d79248f532639c3bc3bbced11b39f29c992 Mon Sep 17 00:00:00 2001 From: ab Date: Sun, 13 Apr 2025 00:31:03 +0000 Subject: [PATCH] Update .gitea/workflows/lint.yaml --- .gitea/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index ae15c59..f7371f1 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -13,7 +13,7 @@ jobs: name: Setup Kubeconform - name: Kubeconform continue-on-error: true - run: kubeconform -summary -verbose -output pretty -ignore-missing-schemas k8s/ + run: kubeconform -summary -verbose -output pretty -ignore-missing-schemas -skip '.*values\.yaml$' k8s/ - name: 'Yamllint' uses: karancode/yamllint-github-action@master continue-on-error: true