From f596751473ff9d9b667c1b189af3237d6bea6f0a Mon Sep 17 00:00:00 2001 From: Jan Baier Date: Thu, 12 May 2022 17:11:14 +0200 Subject: [PATCH] Exclude templated helm files from yamllint check --- .yamllint | 1 + 1 file changed, 1 insertion(+) diff --git a/.yamllint b/.yamllint index ca026b91398..4123e43ad3c 100644 --- a/.yamllint +++ b/.yamllint @@ -19,3 +19,4 @@ rules: ignore: | t/data/job-templates/invalid-yaml-schema.yaml t/data/job-templates/duplicate-key.yaml + container/helm/**