From be43fb28f30c2984a1c5501c2998faefedba7be2 Mon Sep 17 00:00:00 2001 From: Yann Rouillard Date: Tue, 26 Mar 2024 22:45:51 +0100 Subject: [PATCH] chore: add one extra exception for flows-static-consumer --- kp_pre_commit_hooks/gitops-values-validation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kp_pre_commit_hooks/gitops-values-validation.py b/kp_pre_commit_hooks/gitops-values-validation.py index 80eb07b..3c3ac67 100755 --- a/kp_pre_commit_hooks/gitops-values-validation.py +++ b/kp_pre_commit_hooks/gitops-values-validation.py @@ -216,6 +216,7 @@ class ServiceInstanceConfigValidator: "'flows-staticdata-consumer-coal' does not match the service folder name 'flows-staticdata-consumer'", "'flows-staticdata-consumer-lpg' does not match the service folder name 'flows-staticdata-consumer'", "'flows-staticdata-consumer-lng' does not match the service folder name 'flows-staticdata-consumer'", + "'flows-staticdata-consumer-commodities' is too long, the maximum length is 36", ] }, "stream-merge-and-apply-matches-import-bol": {