Skip to content

Commit 3b5c5a7

Browse files
authored
Update gitops-values-validation.py
1 parent ada17a0 commit 3b5c5a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kp_pre_commit_hooks/gitops-values-validation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ class ServiceInstanceConfigValidator:
240240
"apply-edits-importbol-jdbc": {
241241
"$.platform-managed-chart.serviceName": ["'sink' does not match the service folder name 'apply-edits-exportbol-jdbc'"]
242242
},
243+
"maritime-news-strapi-api": {
244+
"$.extra": ["Additional properties are not allowed ('extra' was unexpected)"]
245+
},
243246
}
244247

245248
def __init__(self, service_instance_config: ServiceInstanceConfig):

0 commit comments

Comments
 (0)