From 07398b9cb8b39c2dea2be2a9e397133ab46e21f5 Mon Sep 17 00:00:00 2001 From: aranabhat <138172063+aranabhat@users.noreply.github.com> Date: Wed, 3 Apr 2024 22:04:53 +0000 Subject: [PATCH] disable yamllint line length for dev-values.yaml --- seeds/dev-values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/seeds/dev-values.yaml b/seeds/dev-values.yaml index dada89ca..20f9402a 100644 --- a/seeds/dev-values.yaml +++ b/seeds/dev-values.yaml @@ -13,6 +13,9 @@ # For FQDN resolving of the controller service. Change this value to match your existing configuration. # ref: https://github.com/kubernetes/dns/blob/master/docs/specification.md + + +# yamllint disable rule:line-length clusterZone: "cluster.local" renderHelmLabels: true