Skip to content

Commit

Permalink
chore: add additional exceptions for flows-static-consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrouillard committed Mar 26, 2024
1 parent d5f5806 commit a9b0945
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kp_pre_commit_hooks/gitops-values-validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,14 @@ class ServiceInstanceConfigValidator:
# These below project have service names are longer than the maximum allowed (36 characters)
# or have application name not prefixed with the service name
# but we ignore these errors as these services were created before the rule was in place
"flows-staticdata-consumer": {
"$.platform-managed-chart.serviceName": [
"'flows-staticdata-consumer-commodities' does not match the service folder name 'flows-staticdata-consumer'",
"'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'",
]
},
"stream-merge-and-apply-matches-import-bol": {
"$.platform-managed-chart.serviceName": [
"'stream-merge-and-apply-matches-import-bol' is too long, the maximum length is 36"
Expand Down

0 comments on commit a9b0945

Please sign in to comment.