From 90bf5fca60433ef84da69da6bad0c264ec410368 Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Mon, 7 Oct 2024 14:09:45 +0200 Subject: [PATCH] .yamllint: adjust rules for kustomization files --- .yamllint | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.yamllint b/.yamllint index 76dfcf9..e99ddcd 100644 --- a/.yamllint +++ b/.yamllint @@ -8,3 +8,9 @@ extends: default rules: line-length: disable + document-start: + ignore: + - kustomization.yaml + indentation: + ignore: + - kustomization.yaml